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

Round Up To Multiple With PHP

Here is a simple function which will take a number, and round it up to a given multiple, eg: to round the number 12 up to a multiple of 7, the function would return 14.
Read More