Andrew Kreps wrote:
On Fri, 01 Oct 2004 08:18:55 +0200, Merlin <news.groups@xxxxxx> wrote:
Here is the how I did it:
14 8 * * * root /usr/local/bin/php /home/www/cron/statistics.php
Does anybody see an error in this?
I'm not familiar with a crontab format that allows you to specify a
username as you have there. If you'd like the process to run as root,
login as root, do a crontab -e, and paste this in there:
14 8 * * * /usr/local/bin/php /home/www/cron/statistics.php
see if that works for you.
Thank you that solved the problem
Merlin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php