PHP for PDF
This tutorial focuses on integrating the PDFLib with PHP4 to create PDF documents for your web site, including on the ...
December 15th 2005
Free
Checking Data
An overview of three common steps your PHP program may take and what to wtch out for. These include verifying ...
December 15th 2005
Free
Timing Script Execution
This article presents an entire class that can be used to time your script's execution. It explains the microtime() function ...
December 14th 2005
Free
Storing Checkbox Data In Your Database
This article provides example PHP and MySQL code for storing checkbox form results in your database, but the ideas can ...
December 14th 2005
Free
Interactive Maps with PHP
This tutorial explains how to use GD and PHP to create interactive image maps. It uses a map example and ...
December 14th 2005
Free
Sending MIME E-mail in PHP
This well-written article teaches you all you need to know about MIME header fields and how you can use PHP ...