Bojan Tesanovic wrote:
> Try this it help 90% of time,
>
> function my_flush(){
> @flush();
> @ob_flush();
> @flush();
> @ob_flush();
> @flush();
> @ob_flush();
> }
>
> this can force buffer to really flush output when you call it few
> times, also don't forget @ so it doesn't show empty buffer
Try this it help 90% of time,
function my_flush(){
@flush();
@ob_flush();
@flush();
@ob_flush();
@flush();
@ob_flush();
}
this can force buffer to really flush output when you call it few
times, also don't forget @ so it doesn't show empty buffer
warning .
On Feb 26, 2008, at 9:06
2 matches
Mail list logo