I need a command or function to make my code wait a few seconds to display a message before it continues with the rest of the code.
Thanks for your help!
Richard
Look at the sleep function.
http://www.php.net/manual/en/function.sleep.php
Hope that Helps!