<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Pre-Parse a PHP Include</title>
	<atom:link href="http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2012 02:37:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php/comment-page-1/#comment-33622</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 01 May 2008 19:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php#comment-33622</guid>
		<description>Thanks for the tip, Binny.  However, it looks like your code includes the file and parses it normally, in which case it would have blown up in my example.  Still, it&#039;s a neat way to use output buffering to pull the output into a variable.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Binny.  However, it looks like your code includes the file and parses it normally, in which case it would have blown up in my example.  Still, it&#8217;s a neat way to use output buffering to pull the output into a variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php/comment-page-1/#comment-33621</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Thu, 01 May 2008 19:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php#comment-33621</guid>
		<description>There is another way - &lt;a href=&quot;http://www.bin-co.com/php/articles/include_file_output_cature.php&quot; rel=&quot;nofollow&quot;&gt;Capture the Output of an Included File in PHP&lt;/a&gt;. I am not sure whether it will work in your context - but this is something I use.</description>
		<content:encoded><![CDATA[<p>There is another way &#8211; <a href="http://www.bin-co.com/php/articles/include_file_output_cature.php" rel="nofollow">Capture the Output of an Included File in PHP</a>. I am not sure whether it will work in your context &#8211; but this is something I use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

