<?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: PHP Include Function Error, How To Fixed That?</title>
	<atom:link href="http://ninoholic.com/php-include-function-error-how-to-fixed-that.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ninoholic.com/php-include-function-error-how-to-fixed-that.html</link>
	<description>Life Just Like Paper</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:25:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: El Nino</title>
		<link>http://ninoholic.com/php-include-function-error-how-to-fixed-that.html/comment-page-1#comment-86</link>
		<dc:creator>El Nino</dc:creator>
		<pubDate>Fri, 19 Jun 2009 12:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=278#comment-86</guid>
		<description>Hello Dedy, even you have access to modify php setting / php.ini, you must using include function with the right portion.

For security reason, there is many suggest to using include function only for including php scripts only.
Otherwise, for any non php content you should using file_get_contents.

Please correct me if i&#039;m wrong..</description>
		<content:encoded><![CDATA[<p>Hello Dedy, even you have access to modify php setting / php.ini, you must using include function with the right portion.</p>
<p>For security reason, there is many suggest to using include function only for including php scripts only.<br />
Otherwise, for any non php content you should using file_get_contents.</p>
<p>Please correct me if i&#8217;m wrong..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dedy</title>
		<link>http://ninoholic.com/php-include-function-error-how-to-fixed-that.html/comment-page-1#comment-85</link>
		<dc:creator>Dedy</dc:creator>
		<pubDate>Thu, 18 Jun 2009 18:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://ninoholic.com/?p=278#comment-85</guid>
		<description>Nice solution to replace include for file get content.. This is useful for shared hosted that came with some restriction</description>
		<content:encoded><![CDATA[<p>Nice solution to replace include for file get content.. This is useful for shared hosted that came with some restriction</p>
]]></content:encoded>
	</item>
</channel>
</rss>
