On 10/12/07, Philip Thompson <[EMAIL PROTECTED]> wrote:
> I suppose this isn't a big deal during production, but during testing it's
> really frustrating. Does anyone have any suggestions as to why 'exit' is
> functioning (no pun intended) this way? Note: I do want what's currently in
> the buffer to be sent to the browser, so I don't want to have to call
> ob_clean. Any thoughts?

I don't know about the behavior, but if you want the contents to be
sent, you can flush them using ob_flush() instead of clearing them
with ob_clean().

Andrew

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

Reply via email to