Pausing script execution: sleep() and usleep() – Hacking with PHP - Practical PHP
Free PHP tutorials by example ... When you want to pause execution in your script, there are two ways you can implement the code. Some people (thankfully very few) choose the first option and write code like this:...