<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FLASHNUTZ &#187; list files in a directory</title>
	<atom:link href="http://www.flashnutz.com/tag/list-files-in-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Mon, 22 Aug 2011 05:40:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>List files in a directory using php</title>
		<link>http://www.flashnutz.com/2009/09/working-with-opendir-in-php/</link>
		<comments>http://www.flashnutz.com/2009/09/working-with-opendir-in-php/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:20:48 +0000</pubDate>
		<dc:creator>Flashnutz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[document_root]]></category>
		<category><![CDATA[list files in a directory]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[phpinfo]]></category>
		<category><![CDATA[readdir]]></category>

		<guid isPermaLink="false">http://www.flashnutz.com/2009/09/working-with-opendir-in-php/</guid>
		<description><![CDATA[To display a list of files within a directory using PHP you need to use opendir() and readdir(). Below is a function that will return the list of files and remove the . and .. from the listing. &#160; //full path of directory $dir = &#34;/var/www/images/&#34;; &#160; function listFiles&#40;$dir&#41;&#123; &#160; //open directory and read its [...]]]></description>
		<wfw:commentRss>http://www.flashnutz.com/2009/09/working-with-opendir-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

