automatic re-direct
Posted: Tue Jun 29, 2004 11:32 am
I'm trying to make a page redirect to another page after sitting for 5-10 seconds. How can i go aout doing that/
Thank you
Anthony
Thank you
Anthony
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<META http-equiv="Refresh" content="5;url=index.php">Code: Select all
header("Location:index.php");