Page 1 of 1

i need a delay or wait

Posted: Fri Mar 04, 2011 11:53 pm
by stevestark5000
i am a newbie here and cant find it in the documents but how to you wait or delay in php for 1 10ths of a second.

Re: i need a delay or wait

Posted: Sat Mar 05, 2011 12:16 am
by greyhoundcode
How about the usleep() function?

Re: i need a delay or wait

Posted: Sat Mar 05, 2011 12:33 am
by stevestark5000
that will work. thank you