how to go to a different page?
Posted: Thu Aug 18, 2005 4:49 am
how can i send the users to another page from my php code.I use html headers to send them to different pages.But is it possible through php?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
header("Location: http://www.otherpage.com");Code: Select all
echo "<script>window.location=\"hello.php\"</script>"