View Single Post
  #2  
Old 05-02-2008, 08:19 AM
aww aww is offline
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(); )
Reply With Quote