<?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- List All Files In A Directory</title>
	<atom:link href="http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 09:42:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: randy</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/#comment-3402</link>
		<dc:creator>randy</dc:creator>
		<pubDate>Wed, 04 Apr 2012 15:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=83#comment-3402</guid>
		<description>Awesome tut.  Thanks!  For anyone who is interested, you can make those files links very easily by changing 

echo $image;

to

echo &#039;&lt;a href=&quot;&#039;.$image.&#039;&quot; rel=&quot;nofollow&quot;&gt;&#039;.$image.&#039;&lt;/a&gt;&#039;;</description>
		<content:encoded><![CDATA[<p>Awesome tut.  Thanks!  For anyone who is interested, you can make those files links very easily by changing </p>
<p>echo $image;</p>
<p>to</p>
<p>echo &#8216;<a href="'.$image.'" rel="nofollow">&#8216;.$image.&#8217;</a>&#8216;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Azzopardi</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/#comment-3356</link>
		<dc:creator>Darren Azzopardi</dc:creator>
		<pubDate>Fri, 16 Mar 2012 13:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=83#comment-3356</guid>
		<description>Thanks for the code, really helpful. How would i go about retrieving only 5 images from the directory rather than everything..

Would I need to count the images first and then proceed with your code?

Any help would be great..

Thanks
Darren</description>
		<content:encoded><![CDATA[<p>Thanks for the code, really helpful. How would i go about retrieving only 5 images from the directory rather than everything..</p>
<p>Would I need to count the images first and then proceed with your code?</p>
<p>Any help would be great..</p>
<p>Thanks<br />
Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Neely</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/#comment-3284</link>
		<dc:creator>Helen Neely</dc:creator>
		<pubDate>Fri, 17 Feb 2012 20:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=83#comment-3284</guid>
		<description>Nice and short solution to a very common requirement.
thanks for the code.</description>
		<content:encoded><![CDATA[<p>Nice and short solution to a very common requirement.<br />
thanks for the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shakeel</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/#comment-3283</link>
		<dc:creator>Shakeel</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=83#comment-3283</guid>
		<description>Thanks Works Great :)</description>
		<content:encoded><![CDATA[<p>Thanks Works Great <img src='http://www.brightcherry.co.uk/scribbles/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otesto</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/#comment-3201</link>
		<dc:creator>Otesto</dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=83#comment-3201</guid>
		<description>great code. any ideas to make it search subdirectories</description>
		<content:encoded><![CDATA[<p>great code. any ideas to make it search subdirectories</p>
]]></content:encoded>
	</item>
</channel>
</rss>

