PHPit.net: Having fun with PHP’s output buffer

PHPit.net: Having fun with PHP’s output buffer:

One of the more powerful and handy features that PHP offers is output buffering. It allows you more control over when the client’s browser gets the information instead of just spewing information at random. It is a little tricky to get the hang of, so PHPit.net has put together this new tutorial on how to get started.

Good overview if you are new to this feature. It can be helpful to use, good for trapping errors to logs rather then killing redirects

(Via PHPDeveloper.org.)


About this entry