[PHP] Scheduling tasks

2002-08-28 Thread Todd Pasley
Hi, I'm trying to work out how to schedule tasks in php. I would like to use at but are having a few difficulties. Does anyone have any suggestions on an alternate way to schedule a command to run on the system via php. Thanks a lot, Todd. -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] Scheduling tasks

2002-07-05 Thread Miguel Cruz
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 of

RE: [PHP] Scheduling tasks

2002-07-05 Thread Lazor, Ed
>From what I've seen, people use crontab do call php scripts - effectively scheduling functions. -Original Message- From: Frank S. Kicenko [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 10:58 AM To: [EMAIL PROTECTED] Subject: [PHP] Scheduling tasks Hi, I couldn't

[PHP] Scheduling tasks

2002-07-05 Thread Frank S. Kicenko
Hi, 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. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php