Re[4]: [PHP] Refresh doesn't work

2002-05-20 Thread Olexandr Vynnychenko
Hello Johan, Tuesday, May 21, 2002, 2:13:07 AM, you wrote: JE> I'am admining both a IIS5.1 server and a Apache 2.0.35 server, under WinXP. JE> (say's it all, chaos!) JE> And I've never got the header to work, but location, does the trick, JE> sometimes... I don't know how it works Sometimes? Do

Re: [PHP] Refresh doesn't work

2002-05-20 Thread Bogdan Stancescu
Do you really need that 3 second delay? You can use a location header instead... Bogdan Olexandr Vynnychenko wrote: >Hello Thalis, > >Monday, May 20, 2002, 10:51:57 PM, you wrote: > >TAK> Have you tried creating HTML with the equivalent META header? > >TAK> >TAK> >TAK> > >TAK> Does it work

Re[2]: [PHP] Refresh doesn't work

2002-05-20 Thread Olexandr Vynnychenko
Hello Thalis, Monday, May 20, 2002, 10:51:57 PM, you wrote: TAK> Have you tried creating HTML with the equivalent META header? TAK> TAK> TAK> TAK> Does it work for you? TAK> cheers, TAK> thalis TAK> On Mon, 20 May 2002, Olexandr Vynnychenko wrote: >> Hello php-general, >> >> Has anyon

Re: [PHP] Refresh doesn't work

2002-05-20 Thread pong-TC
[EMAIL PROTECTED] writes: >Hello php-general, > > Has anyone else here the same proplem as I have? I write in my php: > >header("Refresh: 3; url=newpage.php"); > >Netscape 4.79 works fine and goes to page.php after 3 seconds pass. >But IE 6 doesn't want to do that. Can anyone explain such a wonde

[PHP] Refresh doesn't work

2002-05-20 Thread Olexandr Vynnychenko
Hello php-general, Has anyone else here the same proplem as I have? I write in my php: header("Refresh: 3; url=newpage.php"); Netscape 4.79 works fine and goes to page.php after 3 seconds pass. But IE 6 doesn't want to do that. Can anyone explain such a wonderful behavior? -- Best regards,

Re: [PHP] Refresh doesn't work

2002-05-20 Thread Thalis A. Kalfigopoulos
Have you tried creating HTML with the equivalent META header? Does it work for you? cheers, thalis On Mon, 20 May 2002, Olexandr Vynnychenko wrote: > Hello php-general, > > Has anyone else here the same proplem as I have? I write in my php: > > header("Refresh: 3; url=newpage.php"); >