Thanks! Exactly what i need! Thanks a lot!
> By default, PHP's output is buffered.
>
> To disable output buffering use
>
> ob_implicit_flush();
>
> somewhere in your script.
>
> This flushes previous output to the client and disables buffering.
>
> For more info look at the manual's chapter on 'Ou
By default, PHP's output is buffered.
To disable output buffering use
ob_implicit_flush();
somewhere in your script.
This flushes previous output to the client and disables buffering.
For more info look at the manual's chapter on 'Output buffering'.
bvr.
On Wed, 6 Feb 2002 09:32:29 +0200,
Hello, list!
I've php script that works for seveeral minutes (3-5) - it indexes my site
and when page is indexed it echoes a one-row table (page bla.bla.bla
indexed). But browser shows it only when it gets all the page.
I want it to show line by line... I know it can be done in perl
(www.tracert
3 matches
Mail list logo