Calling PHP scripts from a cron job
Tuesday, May 20th, 2008 Posted in Programming | Comments Off[singlepic=736,320,240,,right]I had to google this one myself. There's lots of resources out there showing how to do this. Here's my take. Background: Basically, if you're running PHP as an apache module, then the only way to call a php script from a cron job is if you run it through a web page. So, even though on the command line you could issue the following command and be happy as a clam: > php reallyCoolPhpScript.php You can't just throw that into your crontab. ...


