Jasper Bryant-Greene wrote:

Philip Hallstrom wrote:

Then use an HTML meta refresh (or javascript, just not Header("Location...) to redirect them to another page.


Why not header("Location...")? Just out of interest -- it's always worked for me, and it's a much better way to redirect users for many reasons[1] (like not breaking the back button).

[1] http://www.w3.org/QA/Tips/reback

Because if you just re-direct to a new location then the cookie that you have also set in the headers will not reach the client.

Mikey

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

Reply via email to