How to create cron job using PHP?

This is the best explanation with code in PHP I have found so far: http://code.tutsplus.com/tutorials/managing-cron-jobs-with-php–net-19428 In short: Although the syntax of scheduling a new job may seem daunting at first glance, it’s actually relatively simple to understand once you break it down. A cron job will always have five columns each of which represent a … Read more