> Hello,
> 
> I wish to have a php file repeat every day at a certain time, 
> is there any way to do this?
> 
Yes and no.

PHP by itself can't do this. But you can easily set up a crontab
(http://www.google.com/search?hl=en&lr=&q=crontab&btnG=Search) or a windows
scheduled task pending on your server.

Then just call 

php page.php

to execute it. Most hosts let you set up at least a few crontabs as long as
they're not running every minute or two.

-M

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

Reply via email to