| Using Cron with PHP | | Scheduling events to run at certain times can be a useful feature. You may want to backup your database or update a set of files you have cached on your server or perform any number of other resource intensive tasks. In this article I list the options for scheduling a task to run periodically and I go into detail on running a script with cron.
|