make php code wait for form completions code example Example: sleep php <?php sleep(4); echo "Done\n"; ?>