Browse articles by "php" tag (24 total)
Feel free to add to this list.
h2. Error handling of get_records() and its variants (e.g. get_...
The traditional way of handling dynamically-generated Web content is to have the Web server use m...
We have confirmed that array_shift is much slower than array_pop in PHP.
Code:
/...
My goal is to create PDF on the fly using PHP. I use php to query the database, the result from ...
We were in search of a good survey tool, and after some research came upon LimeSurvey (www.limesu...
Problem: Suppose you have a CGI script (PHP or otherwise), say genimage.cgi, that generates an im...
I needed to extract a list of integers from a binary string. I was curious to know if PHP's unpac...
"PEAR":http://pear.php.net/ is the PHP Extension and Application Repository. Applications written...
To configure cURL to be able to run in PHP uncomment this line (remove the semi-colon) in the php...
Say you have a PHP script and you want to pass command-line arguments into the script, e.g. calli...

