Hi,

"Brent Baisley" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Not exactly sure what your question is. You want to catch the buffer,
> but don't delay the buffer to be sent???
> If your question is that you want to hold the contents of the buffer
> and send it only when you are ready, don't use ob_end_flush, use
> ob_end_clean. The buffer is cleared without sending anything to the
> client. The buffer contents are still retained in the variable $buf.
> When you are ready, you can just echo $buf.

Thanks, but this is now what i meant for.
I want the script to output data as regular like not using buffering. But I
want to catch output chunks in variables. How this can be done?

thanks,
    Lorderon.

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

Reply via email to