News Feed
Jobs Feed
Sections




News Archive
DevShed:
Output Buffering
September 03, 2008 @ 08:48:16

This new tutorial from DevShed introduces something that could make a pretty profound impact on your application if used correctly - output buffering.

Output control (or output buffering) allows you to write and execute your scripts normally but send data to the web browser at selected times. The main benefit of this system is that you can call the header(), setcookie() and session_start() functions at any place in your scripts without having to worry about the "headers already sent" error message.

They start with the basics - the functions and what they do - then move on to an example, a login form, that uses the buffering to capture errors and html to be flushed and echoed at the end.

0 comments voice your opinion now!
output buffer tutorial login form example


blog comments powered by Disqus

Similar Posts

DevShed: Introducing Visitor Objects in PHP 5

Alexander Netkachev's Blog: Practical PHP events: The Java way

PseudoCoder.com: How To Really Use Xdebug To Speed Up Your App

9Lessons Blog: Stored Procedure Lesson

DevShed: Comparing Files and Databases with PHP Benchmarking Applications


Community Events











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


release example interview functional opinion zendframework2 phpunit framework conference code application series tool podcast unittest testing introduction development community language

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