while ($row = mysql_fetch_array($result)) - how many loops are being performed?
if... [Code Block] for this action: [Code Block] is this doing 1 loop (iterated x times)? and for this one: [Code Block]...
Latest news, tutorials, and updates from the PHP community
8483 articles available
if... [Code Block] for this action: [Code Block] is this doing 1 loop (iterated x times)? and for this one: [Code Block]...
Currently I am using MySQLi to parse a CSV file into a Database, that step has been accomplished. However, My next step ...
I found the following code on php.net. I'm trying to write a wrapper for the MySQLi library to make things incredibly si...
I was studying string manipulation. You can use `strlen()` or `substr()` but cannot rely on other functions that are pre...
I was studying string manipulation. You can use `strlen()` or `substr()` but cannot rely on other functions that are pre...
How to convert a date string `Mon, 24 May 2010 17:54:00 GMT` from RSS feed to a timestamp in PHP ?
I have a CodeIgniter project running perfectly in my localhost. When I deployed, my links seem to be broken. e.g. mysite...
I have developed a PHP web app. I am giving an option to the user to update multiple issues on one go. In doing so, some...
I have a nested array (only one level deep) like this: [Code Block] I'd like a nice way to `implode()` it to this form: ...
This is my SQL: [Code Block] It works when I run it directly in MySQL. But PDO says: [Code Block] Why so? How to cure th...
I am making a Doctrine query and I have to do a wildcard match in the where clause. How should I escape the variable tha...
I have texts in UTF-8 with diacritic characters also, and would like to check if first letter of this text is upper case...
Showing 8233 to 8244 of 8483 articles