From: "Robin Kopetzky" <[EMAIL PROTECTED]>

> Is there a simple way to have PHP buffer all HTML output via echo/print
> until the program flushes the output buffer??

You can buffer the output yourself using the output buffering functions. Is
that what you're looking for?

More info: http://us2.php.net/manual/en/ref.outcontrol.php

---John Holmes...

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

Reply via email to