Login or Register Now   Email:  Password:   
Latest Tutorials

Simple Mysql PHP Menu

There are possibly as many menu systems available for PHP and MySQL as there are PHP programmers. Here is yet another way of generating menus from a database.
Read More

Latest Article

PHP Version History

Ever needed a list of release dates for PHP versions. This historical list is provided to win any arguement
Read More

Latest Class

Two Way Encryption With PHP Mcrypt

This class provides the functionality to encrypt and decrypt a text string. The class makes use of the PHP mcrypt extension which provides the ability to create two way encryption, or decoding of text messages.
Read More

Latest Example

Camel Case To Under Score

Here is a handy function for converting camel case strings to under scores. myUserName becomes my_user_name. Impress your friends and hit the donate button.
Read More