Hi everyone,
I have a script that takes a long time to run and it uses flush().
Upon testing with Safari and Internet Explorer, I found out it doesn't work and other users have problems with this as well:
http://forums.devshed.com/t86445/s.html


I ran my script with Lynx, Links, and Omniweb, and the script ran fine.

I thought changing some settings in php.ini might help like:
implicit_flush = On
;Default is Off
but realized the On setting is for debugging purposes.

My question, what can I do to get Safari or Internet Explorer to handle flushed output?

Thanks in advance.
-gohaku

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



Reply via email to