Page redirection with PHP
Posted: Fri Jan 28, 2005 12:25 pm
Hi I am using:
to redirect to mypage.php. My problem is that when redirecting, the Interet Explorer address bar remains with the old URL, not with the page I just have been redirected. How can I solve this? I really need to solve this problem because if the user hits F5 to reload the page, the 'old' page is loaded and not the page that I was redirected to.
Thanks,
Reuben
Code: Select all
header("Location: mypage.php");Thanks,
Reuben