how to pause a php script for some time code example Example: sleep php <?php sleep(4); echo "Done\n"; ?>