Answer by
PowerIsMe (844)
You can use the function sleep() and pass an integer value to it indicating the number of SECONDS for which you want it to sleep. Or you can try usleep() which accepts integer number of MICRO-Seconds. In both cases, this is a server side code. Meaning that the server will stall for that long and then deliver the full page.