Thread: php question
View Single Post
Old 07-19-2004, 05:19 AM  
rich06
Registered User
 
rich06's Avatar
 
Industry Role:
Join Date: May 2004
Posts: 20
alex

you shouldn't need to re-start cron -- it re-loads all crontab changes automatically.

The reason your crontab entry didn't run was probably because cron couldn't find the php binary ... try again with the full path to your php binary e.g.

* * * * * /usr/bin/php -q /home/script.php > /dev/null 2>&1

hth
rich
__________________
Email: [email protected]
rich06 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote