PHP Tutorials
An introductory tutorial to create your own web content grabbing program, which'll explain the basic workings and
programming behind it.
Simple code explaining COM interface in PHP for the win32 platform, using an example of sending
email using the CDONTS email component.
A comprehensive tutorial on file handling, locking, and scenarios that can cause file corruption. The most top rated
file handling article in PHP. A must read.
A description of the RC4 class used for symmetric encryption / decryption without using external PHP modules. An
encryption class is included.