I'm trying to figure out how to run a PHP script using the Cron feature, unfortunately I'm not having much luck. My first effort gave me the following error:
/bin/sh: public_html/processTimes.php: Permission denied
I'm assuming I'm screwing something up somewhere, but I can't seem to find any resources to answer my question. Once I get the cron function running properly, I'll move on to actually writing out the code for processTimes.php; I know I can do that, so the time-consuming aspect of the situation is getting it to run via cron.
Can anyone point me at useful references?
