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 *
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
> 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
3 matches
Mail list logo