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 'Output buffering'.
>
> bvr.
>

Valentin Petruchek (aki Zliy Pes)
*** Cut the beginning ***
http://zliypes.com.ua
mailto:[EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to