Re: Iconize weather info and something else
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2002-02-11 20:38:57
|
"Max Hammond" <ma...@fl...> writes: >>> Did you all note that this won't work on windoze servers anyway? >> >> Which part? > > flush() won't. I see... > http://www.php.net/manual/en/function.flush.php > > <quote> > Several servers, especially on Win32, will still buffer the output from your > script until it terminates before transmitting the results to the browser. > > Server modules for Apache like mod_gzip may do buffering of their own that > will cause flush() to not result in data being sent immediately to the > client. > </quote> Well, I think we'll just have to live with that... perhaps it would help, if we produced a lot of whitespace as the page suggests. We should also be careful not to send the JavaScript to people who use older browsers - PHP has a function that can help with this (get_browser()). -- Martin Geisler My GnuPG Key: 0xF7F6B57B See my homepage at http://www.gimpster.com/ for: PHP Weather => Shows the current weather on your webpage. PHP Shell => A telnet-connection (almost :-) in a PHP page. |