On Tue, 03 Jun 2003 12:59:41 -0500, Tim Thorburn wrote:

>is it possible to have a PHP script execute on command from a cron 
>tab?  

Absolutely!

>And if so, could someone proide an example of say having the script 
>run on the first of every month?

It should look something like this..... 

0 0 1 * * php -f/update_arkie_net.php

Minutes (0) -- Hours (0) -- Day (1) -- Month (*) -- DayOfWeek (*)


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

Reply via email to