News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
ob_start and HTTP headers
February 01, 2010 @ 14:38:27

Brian Moon has a new post to his blog today looking at something it's common for web applications to use, ob_start, and what about HTTP headers makes it work to prevent the infamous "headers already sent" message.

HTTP is the communication protocol that happens between your web server and the user's browser. Without too much detail, this is broken into two pieces of data: headers and the body. The body is the HTML you send. But, before the body is sent, the HTTP headers are sent.

He includes a sample raw HTTP response for a page and how the ob_start function works to buffer the output of the resulting page to save the header information until the buffer is echoed or cleaned out. There is a down side he mentions, though - there's no partial buffering built in so it's an all or nothing short.

0 comments voice your opinion now!
obstart http header buffer


blog comments powered by Disqus

Similar Posts

NetTuts.com: HTTP: The Protocol Every Web Developer Must Know - Part 2

Mike Wallner's Blog: Round Up

JSLabs Blog: How to stop IE from caching AJAX requests

NetTuts.com: HTTP: The Protocol Every Web Developer Must Know – Part 1

WebReferece.com: How to Use the HTTP Protocol


Community Events











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


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

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