Thread
:
defeat buffered output in PHP for realtime display?
View Single Post
#
2
05-02-2008, 08:19 AM
aww
Senior Member
Join Date: May 2007
Posts: 237
It took a bit of googling but I found the answer that works on apache and I believe it works on LiteSpeed as well:
after each echo, or other output, put a:
ob_flush(); flush();
(I had only put ob_flush(); )
aww
View Public Profile
Send a private message to aww
Find all posts by aww