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,