i need a delay or wait

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stevestark5000
Forum Commoner
Posts: 61
Joined: Thu Jan 27, 2011 12:08 am

i need a delay or wait

Post 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.
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: i need a delay or wait

Post by greyhoundcode »

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

Post by stevestark5000 »

that will work. thank you
Post Reply