Bruno Fajardo wrote:
Output buffering is also used if you need to "output" something before the headers are sent either by the header() function or simply using echo or print().You don't need to use output buffering at all. You only need this mechanism if your script needs to output stuff before the session_start() or setcookie() functions get executed.
Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php