Re: [PHP] time delay function?

2004-03-09 Thread Richard Davey
Hello Scott, Wednesday, March 10, 2004, 4:12:29 AM, you wrote: ST I am wondering if there is a time delay function, one that will cause ST the program to be inactive for a number of seconds (something like ST delay(10) ). I am doing this because I am setting up a mass mailing ST program (this

RE: [PHP] time delay function?

2004-03-09 Thread Jason Sheets
Take a look at sleep() http://www.php.net/sleep It delays execution by a user specified number of seconds. Jason -Original Message- From: Scott Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 9:12 PM To: [EMAIL PROTECTED] Subject: [PHP] time delay function? I am