You need to use flush() to try and send a chunked response that will
display on the user's browser line at a time like that. Output
buffering is fairly closely related I suppose, but it is a separate
thing.
As far as I know, you cannot flush() with output buffering started
unless you end or flush
On Fri, 22 Nov 2002, Uros Gruber wrote:
> ob_end_flush();
This turns off output buffering after flushing, the first time it gets
called in the first iteration of your for() loop.
> I can make this work on php and apache. I always get output
> in one shot not line by line. If i try this code with
2 matches
Mail list logo