News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
Having fun with PHP's output buffer
April 17, 2006 @ 07:13:24

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.

I'm sure most of us have come across the dreaded "Cannot modify header information - headers already sent", and this is usually caused when your script tries to send a header or set a cookie, when it's already sent output. The easiest fix is to make sure no output has been sent, but it's also possible to enable something called output buffering which also solves the problem.

In this article I'll first show you how output buffering works, and take you through most of its basic functions. After that we'll have a look at what's possible with output buffering, and show you some neat tricks.

The groundwork is laid first, giving a simple "Hello world" example to show how the code flows. They show how the buffering system works and how to use a callback function to modify the contents of the buffer before outputting (including a full replace function to text within the buffer from an array). They follow that with a look at creating your own HTML tags and using the gzip compression functionality to speed up your pages.

0 comments voice your opinion now!
output buffering example tutorial simple callback replace gzip output buffering example tutorial simple callback replace gzip


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using XML - Part 6: Validation

Zend Developer Zone: Dynamically Creating Graphs and Charts with PHP and GDChart

PHPRiot.com: Monitoring File Uploads using Ajax and PHP

Brian Swan's Blog: How to Run PHP in Windows Azure

ProDevTips.com: MySQL replication in PHP - on the same machine


Community Events











Don't see your event here?
Let us know!


testing series unittest conference introduction language usergroup community symfony2 development zendframework2 phpunit rest interview release functional framework opinion podcast database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework