Do a "man crontab" to get info.

Or Google for turotials on how to use cron.

Also make sure that PHP is available from the command line. Do a simple test, on the command line type:

php --version

If you get version iformation as output the PHP is installed for command line useage and will work with cron.

Miguel BráS wrote:
Hi,

I was looking on PHP manual but didn't find anything about it.

How can I execute a script all days at the same time? I kno i must have
access to the CRON of the system, but don't know what function should I use
to make this happen (run the script).

Miguel



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to