I am trying to write scripts that will output any dynamically generated data
to the browser before the script is complete. For example, say I have a loop
that generates data. I want this data to go to the browser as soon as
possible so the script does not appear to hang. I have tried this flush()
function a little bit to try this.

I am running PHP 4.0.6 and Apache 1.3 on Windows 2000 Server. I am testing
this with Internet Explorer 5 at the moment. I have reviewd the documention
on flush() at php.net.

Has anyone any suggestions or better ways to get the data to appear in the
browser as it is generated?

Thank in advance,
--
Nicole Amashta
Web Application Developer
www.aeontrek.com





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to