Re: [PHP] Re: how about walking another way?

2001-11-04 Thread Martin
Tom Carter wrote: > One observation on this.. there is a major difference between this and the > the header("location:... > header happens on the server side whereas the below is clientside and > therefore unreliable. I know that netscape, particullarly on unix, is bad > for ignoring this. header

Re: [PHP] Re: how about walking another way?

2001-11-04 Thread Tom Carter
One observation on this.. there is a major difference between this and the the header("location:... header happens on the server side whereas the below is clientside and therefore unreliable. I know that netscape, particullarly on unix, is bad for ignoring this. header() is the only reliable way t