Re: [PHP] show something

2002-02-06 Thread val petruchek
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

Re: [PHP] show something

2002-02-06 Thread bvr
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,

[PHP] show something

2002-02-05 Thread val petruchek
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