Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
Yes, I have an exit() immediately following header... Could these statements in any way affect the session? Or session update? "Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Wednesday 20 November 2002 06:36, Baumann Reto wrote: > > Hi all > > >

Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
This does work... No problem at all... The BIG problem is that it has to have something to do with the environment, as the error is not always there. Only if a certain combination of POST/GET request and or browsers as well as session operations occur. Bur figuring out a certain logic is nearly i

Re: [PHP] Header Location not working

2002-11-20 Thread Baumann Reto
It's mainly MSIE 5.0 for MacOS or MSIE 5.5 for Win9x "Bigdog" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What browsers are having the problems? > > On Tue, 2002-11-19 at 15:36, Baumann Reto wrote: > > Hi all > > > > Does somebody know if there is a potentia

Re: [PHP] Header Location not working

2002-11-19 Thread Jason Wong
On Wednesday 20 November 2002 06:36, Baumann Reto wrote: > Hi all > > Does somebody know if there is a potential problem with > Header("Location: "); > not working properly? > > I have a redirection, but it seems that on some browser, this doesn't work. > Instead of the redirection, the sam

Re: [PHP] Header Location not working

2002-11-19 Thread Chris Shiflett
--- Baumann Reto <[EMAIL PROTECTED]> wrote: > Does somebody know if there is a potential problem with > Header("Location: "); > not working properly? Try this code: http://www.google.com/";); ?> If this does not work, let us know. Chris -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Header Location not working

2002-11-19 Thread Ernest E Vogelsinger
At 23:36 19.11.2002, Baumann Reto said: [snip] >Hi all > >Does somebody know if there is a potential problem with >Header("Location: "); >not working properly? > >I have a redirection, but it seems that on some browser, this doesn't work. >Instead of

Re: [PHP] Header Location not working

2002-11-19 Thread Leif K-Brooks
Are you using an exact path or a relative url (such as somepage.php)? It should be absolute (such as http://someserver/somepage.php). Baumann Reto wrote: Hi all Does somebody know if there is a potential problem with Header("Location: "); not working properly? I have a redirection, but

Re: [PHP] Header Location not working

2002-11-19 Thread BigDog
What browsers are having the problems? On Tue, 2002-11-19 at 15:36, Baumann Reto wrote: > Hi all > > Does somebody know if there is a potential problem with > Header("Location: "); > not working properly? > > I have a redirection, but it seems that on some browser, this doesn't work. > I

[PHP] Header Location not working

2002-11-19 Thread Baumann Reto
Hi all Does somebody know if there is a potential problem with Header("Location: "); not working properly? I have a redirection, but it seems that on some browser, this doesn't work. Instead of the redirection, the same page is requested again! I'm also using sessions and html-post reque