Submit Tutorial   

How to execute PHP using CRON
PHP » Basics | October 05, 2008
This will allow you to set up a schedule to execute PHP scripts. Works with most shared hosting plans as well.
How to safely clean user data
PHP » Security | October 05, 2008
Using regular expressions to clean data can ensure that you will not get any sort of MySQL injections.