--- Robin Kopetzky <[EMAIL PROTECTED]> wrote:
> Is there a simple way to have PHP buffer all HTML output via
> echo/print until the program flushes the output buffer??

Yes, output buffering:

http://www.php.net/ob_start

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to