Re: [PHP] php script run by cron job

2004-10-02 Thread Merlin
Andrew Kreps wrote: On Fri, 01 Oct 2004 08:18:55 +0200, Merlin [EMAIL PROTECTED] 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

[PHP] php script run by cron job

2004-10-01 Thread Merlin
Hi there, I already managed it to run a php script by cron, but now I cant remember the exact syntax. Somehow it does not work. /var/log/messages tells me that cron has called the line, but it never runs. I did try to run the line without cron and it works. Here is the how I did it: 14 8 * * *

Re: [PHP] php script run by cron job

2004-10-01 Thread Nick Wilson
* and then Merlin declared Hi there, I already managed it to run a php script by cron, but now I cant remember the exact syntax. Somehow it does not work. /var/log/messages tells me that cron has called the line, but it never runs. I did try to run the line without cron and it

Re: [PHP] php script run by cron job

2004-10-01 Thread Andrew Kreps
On Fri, 01 Oct 2004 08:18:55 +0200, Merlin [EMAIL PROTECTED] 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