On Sun, 10 Aug 2003 17:32:21 +0800, you wrote: > I have this peculiar problem, my header > >header( "Refresh:2;url=$g_prog_path/$l_refresh_url" ); > >is set up correctly to be the FULL pathname. It works on some PC but now on >some others. I'm using IE on win98/2000. The offending one is IE6 (128bit) >on Win98. (IE5.5/win98 works but I've yet to try it on another win98/ie6)
I believe that the Refresh: header isn't part of the HTTP/1.1 spec. Having said that, IE6 does support it. If the offending browser works against this page http://www.hixie.ch/tests/evil/mixed/refresh1.http.html I would assume that your code is at fault - replace header() with echo() and find out what's really being displayed. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php