Exploring cronjobs & PHP

Posted by Anton-io! | 12:10 AM | | 0 comments »

Automation, automation, automation!

Basically one former Corey Rudl's key points for internet website marketing.

So I decided to test out a simple cron job on our servers to execute a simple .php file

Good overview to start with:
http://www.upstartblogger.com/how-to-create-a-cron-job-in-cpanel

So what works with out current server?

/usr/bin/php /home/username/public_html/cron_test.php

Your server may be different, check with your host provider


0 comments