<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Having fun with PHP&#8217;s output buffer</title>
	<link>http://phpit.net/article/output-buffer-fun-php/</link>
	<description>PHPit has dozens of PHP articles, codesnippets and FAQ's.</description>
	<pubDate>Fri, 08 Aug 2008 10:28:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Brian Cray</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-7370</link>
		<pubDate>Wed, 12 Jul 2006 01:10:57 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-7370</guid>
					<description>I have written a few articles about advanced PHP output buffering. Check them out at http://www.briancray.com/blog/view/25/

If you look around my web site, you will find more articles about things to do with it.</description>
		<content:encoded><![CDATA[<p>I have written a few articles about advanced PHP output buffering. Check them out at <a href='http://www.briancray.com/blog/view/25/' rel='nofollow'>http://www.briancray.com/blog/view/25/</a></p>
<p>If you look around my web site, you will find more articles about things to do with it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: PHPit - Totally PHP &#187; Create your own HTML widgets with PHP</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-2842</link>
		<pubDate>Sun, 28 May 2006 21:04:12 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-2842</guid>
					<description>[...] But with a little help from PHP, we can still create our own HTML tags, and have it working in all browsers. In this tutorial I will show you how. First we'll go through the basics of creating a new tag, and after that we'll explore some more advanced functionality. We'll be making use of an output buffer to create our own tags, so if you've never used the output buffer before, it's probably useful to read the following article first: Having fun with PHP's output buffer. Let's get started! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] But with a little help from PHP, we can still create our own HTML tags, and have it working in all browsers. In this tutorial I will show you how. First we&#8217;ll go through the basics of creating a new tag, and after that we&#8217;ll explore some more advanced functionality. We&#8217;ll be making use of an output buffer to create our own tags, so if you&#8217;ve never used the output buffer before, it&#8217;s probably useful to read the following article first: Having fun with PHP&#8217;s output buffer. Let&#8217;s get started! [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: MA Razzaque Rupom</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-1724</link>
		<pubDate>Sun, 14 May 2006 07:03:55 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-1724</guid>
					<description>Output buffer compression to save bandwidth is a good option. Nice to see this type of writting in this site.
Regards,
[Rupom]</description>
		<content:encoded><![CDATA[<p>Output buffer compression to save bandwidth is a good option. Nice to see this type of writting in this site.<br />
Regards,<br />
[Rupom]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy W</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-1651</link>
		<pubDate>Tue, 09 May 2006 21:56:58 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-1651</guid>
					<description>Excellent this really helped me understand, the headers all ready sent error is a nightmare when coding in PHP by understanding and using output buffering all my scripts redirect as they should.

Thanks guys.</description>
		<content:encoded><![CDATA[<p>Excellent this really helped me understand, the headers all ready sent error is a nightmare when coding in PHP by understanding and using output buffering all my scripts redirect as they should.</p>
<p>Thanks guys.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sam</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-1358</link>
		<pubDate>Mon, 24 Apr 2006 16:26:59 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-1358</guid>
					<description>Hi i've heard that its possible to output to the browser while the script is still running(like search query) using some buffer and/or flush function.if u can write or direct me towards such links it would be immensly helpful</description>
		<content:encoded><![CDATA[<p>Hi i&#8217;ve heard that its possible to output to the browser while the script is still running(like search query) using some buffer and/or flush function.if u can write or direct me towards such links it would be immensly helpful
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sam&#8217;s random musings &#187; PHPit.net: Having fun with PHP&#8217;s output buffer</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-1203</link>
		<pubDate>Mon, 17 Apr 2006 19:29:45 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-1203</guid>
					<description>[...] One of the more powerful and handy features that PHP offers is output buffering. It allows you more control over when the client&#8217;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. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] One of the more powerful and handy features that PHP offers is output buffering. It allows you more control over when the client&#8217;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. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Piku&#8217;s PHP Blog &#187; PHPit: Having fun with PHP’s output buffer</title>
		<link>http://phpit.net/article/output-buffer-fun-php/#comment-1173</link>
		<pubDate>Sun, 16 Apr 2006 17:52:21 +0000</pubDate>
		<guid>http://phpit.net/article/output-buffer-fun-php/#comment-1173</guid>
					<description>[...] In this article Dennis Pallett explains what the output buffer is, how to use it, and shares some neat tricks possible with the output buffer. Samples and demo code included. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] In this article Dennis Pallett explains what the output buffer is, how to use it, and shares some neat tricks possible with the output buffer. Samples and demo code included. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
