[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/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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




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 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
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

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




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 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