Browse articles by "php" tag (24 total)

Updated July 10, 2009 | Contributors: Wing Chan
Feel free to add to this list. h2. Error handling of get_records() and its variants (e.g. get_...
Tags: Moodle, php
Updated March 09, 2009 | Contributors: Wing Chan
The traditional way of handling dynamically-generated Web content is to have the Web server use m...
Updated July 28, 2008 | Contributors: Wing Chan
We have confirmed that array_shift is much slower than array_pop in PHP. Code:
Tags: php
Updated February 23, 2008 | Contributors: Jun Wan, Ram Sripracha
My goal is to create PDF on the fly using PHP. I use php to query the database, the result from ...
Tags: PDF, php
Updated February 07, 2008 | Contributors: Calvin Tong
We were in search of a good survey tool, and after some research came upon LimeSurvey (www.limesu...
Updated January 03, 2008 | Contributors: Wing Chan
Problem: Suppose you have a CGI script (PHP or otherwise), say genimage.cgi, that generates an im...
Updated December 10, 2007 | Contributors: Wing Chan
I needed to extract a list of integers from a binary string. I was curious to know if PHP's unpac...
Tags: php, pack, unpack
Updated September 11, 2007 | Contributors: Carl Hunt
"PEAR":http://pear.php.net/ is the PHP Extension and Application Repository. Applications written...
Tags: php, pear, windows
Updated August 31, 2007 | Contributors: Carl Hunt
To configure cURL to be able to run in PHP uncomment this line (remove the semi-colon) in the php...
Tags: curl, php, windows, Apache
Updated June 22, 2007 | Contributors: Wing Chan
Say you have a PHP script and you want to pass command-line arguments into the script, e.g. calli...
Next page