Quote:
Originally posted by notjoe
I "think" what you want to do is something like this then 
Find the path to the PHP binary "which php" without quotes. Then change the lines to this
5 * * * * /usr/local/bin/php /path/to/php/script.php
But only if you only want to run that script... if you still want to use wget's spidering abilities then stick to the way you've done it
|
OIC, so instead of using wget to run a PHP script, I can just point the crontab to the PHP module then the .php file and it will execute the script?