i need a delay or wait
Moderator: General Moderators
-
stevestark5000
- Forum Commoner
- Posts: 61
- Joined: Thu Jan 27, 2011 12:08 am
i need a delay or wait
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.
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: i need a delay or wait
How about the usleep() function?
-
stevestark5000
- Forum Commoner
- Posts: 61
- Joined: Thu Jan 27, 2011 12:08 am
Re: i need a delay or wait
that will work. thank you