<?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>PHPDone &#187; Explorer</title>
	<atom:link href="http://www.phpdone.com/blog/tag/explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpdone.com/blog</link>
	<description>Teach Yourself PHP</description>
	<lastBuildDate>Thu, 08 Apr 2010 09:10:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple File Browser with Pictures Explorer</title>
		<link>http://www.phpdone.com/blog/2009/11/simple-file-browser-with-pictures-explorer/</link>
		<comments>http://www.phpdone.com/blog/2009/11/simple-file-browser-with-pictures-explorer/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:05:45 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Files Management]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=118</guid>
		<description><![CDATA[This simple file browser, written in PHP, is a very useful library of functions. This library provides basic functionality of file and directory browsing along with many configurable options.
However this is a basic version, and I just wrote it to use at a client&#8217;s website. I will be extending it more to provide other useful [...]]]></description>
			<content:encoded><![CDATA[<p>This simple file browser, written in PHP, is a very useful library of functions. This library provides basic functionality of file and directory browsing along with many configurable options.</p>
<p>However this is a basic version, and I just wrote it to use at a client&#8217;s website. I will be extending it more to provide other useful options like Delete, Move, Copy, Rename and etc.</p>
<p>Currently, it provides listing of directories and files. Navigation thru directories, opening files. You can also use it as an Image/Picture Explorer. There&#8217;s a file &#8220;fb.php&#8221; included which demonstrate the usage at front-end. Following files are included in this package:</p>
<ul>
<li>fb.config.php: the configuration file</li>
<li>fb.lib.php: the main library file, contains all functions</li>
<li>fb.css: the sample style sheet</li>
<li>fb.php: the sample usage file</li>
<li>images folder: includes icons for file types</li>
</ul>
<p>Download source code here <a href="http://www.phpdone.com/blog/wp-content/uploads/2009/11/file_browser.zip">File Browser Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpdone.com/blog/2009/11/simple-file-browser-with-pictures-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
