Hi,

I am using Header("Location:http://www.mysite.com/mypage.php";); to do a browser redirect. This works fine. The problem though is that doing this adds a page to the browser's window.self.history() collection.

Is there any way that I can do a PHP Header() statement that does the equivalent of JavaScript's window.self.location.replace("http://www.mysite.com/mypage.php";)?

In other words I would like to use PHP's Header statement to replace the current page in the brower's history, not just add another location onto the collection.

Any help much appreciated.

Neil
--
----------------------
 www.curvedvision.com
----------------------


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to