[PHP] Use cron to execute a script

2001-08-21 Thread Augusto Cesar Castoldi
Hi. I added to crontab the command 0 * * * * lynx -dump -nolog http://localhost/backup.php; but this task are not running. In man cron I saw this: --- DESCRIPTION Cron should be started from /etc/rc or /etc/rc.local. It will return immediately, so you don't

Re: [PHP] Use cron to execute a script

2001-08-21 Thread Brad Hubbard
On Tue, 21 Aug 2001 21:05, Augusto Cesar Castoldi wrote: Hi. I added to crontab the command 0 * * * * lynx -dump -nolog http://localhost/backup.php; but this task are not running. On RedHat. chkconfig --level 2345 crond on Brad -- PHP General Mailing List (http://www.php.net/) To