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? 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. 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.. 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. 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
Archived
This topic is now archived and is closed to further replies.