> it's better to do something like
> 
> 0,10,20,30,40,50 * * * * /usr/bin/php -q
> /home/you/yourscript.php > /dev/null

or even

*/10 * * * * /home/you/yourscript.php > /dev/null


with the first line of you php script being

#!/path/to/php -q





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to