Re: [PHP] Daemon with a PHP file

2001-03-21 Thread Douglas Winslow
On Wed, 21 Mar 2001, Renzi, Sebastian wrote: > > Hello my name is Sebastian ,i'm from Argentina ,this is my first > question in this list.I would like to know how to run a php file every > day at 8 AM , my intention was to create a cron with the crontab > command.Something like this ... > > 0 8 *

Re: [PHP] Daemon with a PHP file

2001-03-21 Thread Phillip Bow
Unless you have the php executable associated with the .php3 extension(not the web server association mind you) then you would need to pass the file as a command line argument to the executable. 0 8 * * * "/usr/local/bin/php /home/users/sebas/citas.php3" Depending on the location of the php exec

[PHP] Daemon with a PHP file

2001-03-21 Thread Renzi, Sebastian
> Hello my name is Sebastian ,i'm from Argentina ,this is my first question > in this list.I would like to know how to run a php file every day at 8 AM > , my intention was to create a cron with the crontab command.Something > like this ... > > 0 8 * * * /home/users/sebas/citas.php3 > > but this