[PHP] Re: Redirect Question

2002-07-21 Thread JJ Harrison
That answers my question. Thanks, -- JJ Harrison [EMAIL PROTECTED] www.tececo.com "Tim Luoma" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > FWIW, a user note at http://www.php.net/manual/en/function.header.php > says : > > There is this nasty bug in IE 5

[PHP] Re: Redirect Question

2002-07-21 Thread Tim Luoma
FWIW, a user note at http://www.php.net/manual/en/function.header.php says : There is this nasty bug in IE 5 for Windows prior to service pack 2, described in Microsoft knowledgebase article Q281197 which causes a problem with redirecting.. if you submit a POST form to a page that uses hea

Re: [PHP] Re: Redirect Question

2002-07-21 Thread Jason Wong
On Monday 22 July 2002 10:35, Chris Earle wrote: > > Which versions of IE is somebody claiming can't handle a Location: > > header? > > And it's not version 4 (I'm assuming not 5(.5) either) When you say version 4, which version 4 do you mean? Ditto for version 5. With so many patches and 'upgra

[PHP] Re: Redirect Question

2002-07-21 Thread Chris Earle
> Which versions of IE is somebody claiming can't handle a Location: header? And it's not version 4 (I'm assuming not 5(.5) either) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Redirect Question

2002-07-21 Thread Chris Earle
> Which versions of IE is somebody claiming can't handle a Location: header? It's not version 6 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Redirect Question

2002-07-21 Thread Richard Lynch
>Instead of outputting a header to redirect the browser would it be safer to >use the meta-refresh tag? > >The reason I ask is because I heard that some versions of IE have trouble >with the header There are probable even more browsers that can't handle the META tag... Which versions of IE is so