JasonO Posted May 23, 2007 Share Posted May 23, 2007 Hi I have a page that loads after a form is completed. This page will send the data to a MySQL server. No problem there. However.. How would I wait for about 5-10 seconds before loading the rest of the page. I want to display a message in the middle of the screen or something saying "Sending Data + Loading page..". How would I delay the page by this amount and show a message until the time is over. Thanks Link to comment https://forums.phpfreaks.com/topic/52673-delaying-the-page/ Share on other sites More sharing options...
taith Posted May 23, 2007 Share Posted May 23, 2007 sleep(10) Link to comment https://forums.phpfreaks.com/topic/52673-delaying-the-page/#findComment-260016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.