I am trying to setup a CRON job using PHP, but am not having any luck so far.
I am following this tutorial: PHP - Create a Cron Job with PHP (dead link)
I ha
Maybe your cron daemon isn't running? The daemon "crond" have to run on startup.
Check this with "ps -efc |grep crond"