Thread: php question
View Single Post
Old 07-18-2004, 07:54 AM  
alex79
Confirmed User
 
Join Date: Jun 2002
Location: france
Posts: 996
if i type this line from ssh
php /home/script.php > /dev/null
the script.php is executed

but if i write this line in crontab:

* * * * * php /home/script.php > /dev/null
or

30 7 * * * php /home/script.php > /dev/null

is not executed..
what can be the problem?
alex79 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote