joshblue Posted March 10, 2008 Share Posted March 10, 2008 How can I make a split few seconds in the page before it redirects to another? Link to comment https://forums.phpfreaks.com/topic/95316-redirects-after-count/ Share on other sites More sharing options...
Cagecrawler Posted March 10, 2008 Share Posted March 10, 2008 Use the html <meta> tag: http://www.w3schools.com/html/html_meta.asp Link to comment https://forums.phpfreaks.com/topic/95316-redirects-after-count/#findComment-488229 Share on other sites More sharing options...
bradkenyon Posted March 10, 2008 Share Posted March 10, 2008 <? sleep(10); header("Location: http://www.example.com/"); ?> Link to comment https://forums.phpfreaks.com/topic/95316-redirects-after-count/#findComment-488727 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.