--- Chris Thomas <[EMAIL PROTECTED]> wrote: > Im posting some data to a processing page, where i handle it then use > Header('Location: other.php') to direct me to another page.
The Location header requires an absolute URL. > The problem that im running into is that the posted data is available > in other.php. I think you made a typo or you're misinterpreting something. The URL referenced in a Location header will be requested with a GET request, so it is impossible that any POST data exists. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security - O'Reilly Coming Fall 2004 HTTP Developer's Handbook - Sams http://httphandbook.org/ PHP Community Site http://phpcommunity.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php