PHP Tutorials

How to create a webcatching program?

An introductory tutorial to create your own web content grabbing program, which'll explain the basic workings and programming behind it.

Sending email using CDONTS

Simple code explaining COM interface in PHP for the win32 platform, using an example of sending email using the CDONTS email component.

Filehandling in a Nutshell

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.

RC4 Encryption in PHP

A description of the RC4 class used for symmetric encryption / decryption without using external PHP modules. An encryption class is included.