This script conatins a function which when run will generate a query whcih, when run, will restore all data from the tables. this can be used as a very effective backup script and can be easily converted to email you the backed up data. this is the full file and no other code is required. By: Mehmet Dikici | 04 June 2009 | PHP
This is just a simple Database class that wraps around a MySQL server. It has a few fancy features like being able to delete a record without actually deleting it. I?ll come back later and put in more documentation. I wanted to test out this PX thing. By: Mehmet Dikici | 04 June 2009 | PHP
Creating images on the fly can be a very useful skill. PHP has some built-in image generation functions, further more, to generate new images or edit existing images on the fly using PHP, we need to have the GD library installed. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database. By: Alex Madley | 29 May 2009 | PHP