Forum Moderators: coopster
How can I tell a PHPscript to wait for a few seconds before going to the next step?
Turbo
//some code $num_seconds=3; $result = shell_exec("sleep $num_seconds"); //the rest of your code
I don't know of a similar command on a win machine.
I hope this helps
[php.net...]