<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Display the Contents of a File Using PHP</title>
	<atom:link href="http://brockangelo.com/2009/06/07/display-the-contents-of-a-file-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://brockangelo.com/2009/06/07/display-the-contents-of-a-file-using-php/</link>
	<description>@gmail.com</description>
	<lastBuildDate>Wed, 23 Nov 2011 07:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chad Buie</title>
		<link>http://brockangelo.com/2009/06/07/display-the-contents-of-a-file-using-php/comment-page-1/#comment-2620</link>
		<dc:creator>Chad Buie</dc:creator>
		<pubDate>Sat, 30 Jul 2011 12:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=873#comment-2620</guid>
		<description>Actually you could probably hold more data in an array....then just write a command to pull a limited amount of data and then a link to the rest of the article. That could work. It is what I am doing for my website.</description>
		<content:encoded><![CDATA[<p>Actually you could probably hold more data in an array&#8230;.then just write a command to pull a limited amount of data and then a link to the rest of the article. That could work. It is what I am doing for my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Buie</title>
		<link>http://brockangelo.com/2009/06/07/display-the-contents-of-a-file-using-php/comment-page-1/#comment-2619</link>
		<dc:creator>Chad Buie</dc:creator>
		<pubDate>Sat, 30 Jul 2011 12:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=873#comment-2619</guid>
		<description>That is a good question. I know Wordpress had a loop function like that. I am trying to create and emulate the same technology with a built-in function. I read some on fgets here ::

http://www.php.net/manual/en/function.fgets.php</description>
		<content:encoded><![CDATA[<p>That is a good question. I know WordPress had a loop function like that. I am trying to create and emulate the same technology with a built-in function. I read some on fgets here ::</p>
<p><a href="http://www.php.net/manual/en/function.fgets.php" rel="nofollow">http://www.php.net/manual/en/function.fgets.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubul</title>
		<link>http://brockangelo.com/2009/06/07/display-the-contents-of-a-file-using-php/comment-page-1/#comment-2243</link>
		<dc:creator>rubul</dc:creator>
		<pubDate>Wed, 18 May 2011 10:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://brockangelo.com/?p=873#comment-2243</guid>
		<description>i guess either of the functions  fread; file_get_contents has limit on the number of bytes on the file;;;that it works well for small files but fails for large files--(executes the die statement(if it is added));;;;


so what i wanted to know is that if there is a way to copy large file contents into a string????
as fread fgets or get_file_contents fails what is the alternative???????</description>
		<content:encoded><![CDATA[<p>i guess either of the functions  fread; file_get_contents has limit on the number of bytes on the file;;;that it works well for small files but fails for large files&#8211;(executes the die statement(if it is added));;;;</p>
<p>so what i wanted to know is that if there is a way to copy large file contents into a string????<br />
as fread fgets or get_file_contents fails what is the alternative???????</p>
]]></content:encoded>
	</item>
</channel>
</rss>

