<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Chevereto Forums - List files in folder]]></title>
		<link>http://chevereto.com/forums/topic336-list-files-in-folder.html</link>
		<description><![CDATA[The most recent posts in List files in folder.]]></description>
		<lastBuildDate>Wed, 23 Sep 2009 10:56:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[List files in folder]]></title>
			<link>http://chevereto.com/forums/post1755.html#p1755</link>
			<description><![CDATA[<p>Put this wherever you want : </p><p>i&#039;ve used this div to put it near the JPG GIF and MAXsize labels<br />This will list all the files in a specific folder</p><p>Eventually you can make it enumerate only jpg , ecc...</p><div class="codebox"><pre><code>&lt;div id=&quot;limite&quot;&gt;Images Hosted : 

&lt;?
$d = opendir(&quot;images&quot;);
$count = 0;
while(($f = readdir($d)) !== false)
  
     ++$count;
closedir($d);
print &quot;$count&quot;;
?&gt; 
&lt;/div&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (batori)]]></author>
			<pubDate>Wed, 23 Sep 2009 10:56:28 +0000</pubDate>
			<guid>http://chevereto.com/forums/post1755.html#p1755</guid>
		</item>
	</channel>
</rss>

