Categories

Updated: 02/27/2003

Introduction to PHP Output Buffering

If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content, you can also compress data before its sent to the browser.
©2003-2019 jCay.com