An Image Verification Tutorial by Darryl Porter 1/15/04
Ever logged onto Yahoo! or Hotmail and have run across the verification image containing numbers and leters that you must plug into a form for verification? Learn to do it. more...
Your own e-card gallery with PHP! by Oskar Syahbana 12/16/03
Create your own e-card gallery with this simple script. Good way to advertise your site :-) more...
Generating Images on-the-fly with PHP and GD. by Kirill Talanov 12/11/03
If a picture is worth a thousand words, dynamic pictures must be worth millions. This article will show you how to create dynamic images on-the-fly with PHP and GD. more...
Calling functions dynamically by Diego Botello 12/10/03
Dynamic function calls are a way of calling functions depending on the current situation of the script. more...
PHP objects by Diego Botello 12/10/03
Object oriented programming give you the ability to write code one time and use it for different projects. It lets you work more efficiently on the long run. more...