On Fri, 5 Jul 2002, Frank S. Kicenko wrote:
> I couldn't find anything in the help files or the faq... but.
> 
> Are there any scheduling fuctions with PHP? What I'm looking for is
> something functionally close to a crontab.

Crontab would work.

Or you could make a library that you include in often-requested files
which checks and updates a task list to take care of anything that needs
to be done.  You may not get perfect Swiss-train timing but if your site
has decent levels of traffic it should work.

miguel


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

Reply via email to