What is the equivalent of ASP's RESPONSE.REDIRECT object?
Posted: Sat Nov 23, 2002 9:22 am
What is the equivalent of ASP's RESPONSE.REDIRECT object in PHP? Please help!
Thanks.
Thanks.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
The second special case is the "Location:" header. Not only does it send this header back to the browser, but it also returns a REDIRECT (302) status code to the browser unless some 3xx status code has already been set.