What is the equivalent of ASP's RESPONSE.REDIRECT object in PHP? Please help!
Thanks.
What is the equivalent of ASP's RESPONSE.REDIRECT object?
Moderator: General Moderators
http://www.php.net/manual/en/function.header.php
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.
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Be sure to read this - viewtopic.php?t=1157 - as it explains a common pitfall of using the header() function.
Mac
Mac