Posted on April 01st, 2011 in PHP Basics, PHP Functions
This post will explain that how can we manage the output buffer. This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer.
