preg_split() is consuming the leading part of a substrings which must be included in result strings
I have a pipe-delimited dump file from an SQL Server, and I want to import it into MySQL. The lines are delimited by `\r...
Latest news, tutorials, and updates from the PHP community
7044 articles available
I have a pipe-delimited dump file from an SQL Server, and I want to import it into MySQL. The lines are delimited by `\r...
I am doing a real estate feed for a portal and it is telling me the max length of a string should be 20,000 bytes (20kb)...
So basically I'm making a leap from procedural coding to OOP. I'm trying to implement the principles of OOP but I have a...
For every forum post on my site, I'd like to create a MySQL table with the name of its id, in order to enable user comme...
I have a problem with extending the `mysqli_result` class. I am trying to extend the `mysqli_result` class with a custom...
I am trying to get some values from the following line... [Code Block] I am currently getting $expiring(Auction End Time...
I have a question about Jamie Rumbelow's MY_Model and models generally. MY_Model provides a protected variable that hold...
All queries were running fine in CI version 2.0, but when I upgraded to 2.0.3 some of my SELECT queries were broken beca...
I am creating a form and am just looking for more efficient ways to do things. What I have so far is: [Code Block] So so...
I would like to parse through jquery. When I want to parse, there is an error - undefined. This is my code: PHP [Code Bl...
To check If a user is logged in I need to pull off a pretty long if-statement and then redirect the user depending if th...
Error Number: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version ...
Showing 6349 to 6360 of 7044 articles