Redirecting
Posted: Thu Oct 23, 2008 1:42 pm
Is there any way to SHOW A MESSAGE by ECHO and then use HEADER function to redirect the user to a diff page
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
echo'This page will redirect in 5 seconds';
echo'<meta http-equiv="refresh" content="5;url=http://www.otherwebsite.com">';