GroundZeroStudio Posted March 23, 2007 Share Posted March 23, 2007 I want to display a little message that says goodbye than redirect the user to another page. I want a 3 second delay before they are redirected. Is this possible? Quote Link to comment https://forums.phpfreaks.com/topic/44048-adding-a-delay-before-a-header/ Share on other sites More sharing options...
per1os Posted March 23, 2007 Share Posted March 23, 2007 With HTML and the META tag. Or javascript and document.location. Not with PHP as you are not allowed to send headers after output. Quote Link to comment https://forums.phpfreaks.com/topic/44048-adding-a-delay-before-a-header/#findComment-213897 Share on other sites More sharing options...
DanDaBeginner Posted March 24, 2007 Share Posted March 24, 2007 i suggest to use meta refresh.. Quote Link to comment https://forums.phpfreaks.com/topic/44048-adding-a-delay-before-a-header/#findComment-214103 Share on other sites More sharing options...
Orio Posted March 24, 2007 Share Posted March 24, 2007 Or use the refresh header. More info here. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/44048-adding-a-delay-before-a-header/#findComment-214111 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.