--- rogue <[EMAIL PROTECTED]> wrote: > echo looks fine (no error in the URL). I am stumped. Is there > anything besides output to the screen before header() that breaks > it?
I'm sure there are lots of things, but I can't think of why your code would not work. You did remove the echo before trying again, right? Can you show us the exact output of the echo call? A more reliable way to see what is going on is to view the actual HTTP response your script is generating. Do you have a way to examine this? There is a Mozilla plugin that can show you the HTTP, and there is also things such as ethereal which can sniff your network traffic. This would show you whether the proper Location header is actually being sent in the response. I suspect it is not, as I'm not aware of any browser that doesn't handle this header correctly. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php