vomitbomb Posted May 12, 2008 Share Posted May 12, 2008 I'm working on this ordering system and once all the values have been posted to the 'orderplaced.php' document and put in the database, I want this page only to come up as confirmation then I want it to return to the main page after a second or so. How can I accomplish this? Link to comment https://forums.phpfreaks.com/topic/105205-solved-how-can-i-make-it-so-the-orderplaced-page-automatically-return-to-start/ Share on other sites More sharing options...
LooieENG Posted May 12, 2008 Share Posted May 12, 2008 <?php // do stuff echo 'Confirmation. Redirecting to main page.<meta http-equiv="refresh" content="2;url=http://domain.com">'; ?> Link to comment https://forums.phpfreaks.com/topic/105205-solved-how-can-i-make-it-so-the-orderplaced-page-automatically-return-to-start/#findComment-538697 Share on other sites More sharing options...
vomitbomb Posted May 12, 2008 Author Share Posted May 12, 2008 awesome thanks mate Link to comment https://forums.phpfreaks.com/topic/105205-solved-how-can-i-make-it-so-the-orderplaced-page-automatically-return-to-start/#findComment-538698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.