<?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>PHP Magic Book - Free PHP Scripts, Tutorials and Downloads &#187; CMS II</title>
	<atom:link href="http://www.phpmagicbook.com/category/no-database/cms-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmagicbook.com</link>
	<description>PHP AtoZ Reloaded, free php tutorials, free php downloads, php scripts, PHP tips</description>
	<lastBuildDate>Tue, 15 Jun 2010 13:22:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Quick Edit &#8211; Little File Based PHP CMS</title>
		<link>http://www.phpmagicbook.com/quick-edit-little-file-based-php-cms/</link>
		<comments>http://www.phpmagicbook.com/quick-edit-little-file-based-php-cms/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 17:44:23 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CMS II]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[File Manipulation]]></category>
		<category><![CDATA[No Database]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[text file based cms]]></category>

		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=114</guid>
		<description><![CDATA[Single php file based whole file handeling and listing PHP CMS which lets you create file or edit file in a fly. No database required. It stores its data in a file. User authentication system is available in it also. You can create users in it and then after login you can create directory or [...]<p><a href="http://www.phpmagicbook.com/quick-edit-little-file-based-php-cms/">Quick Edit &#8211; Little File Based PHP CMS</a> is a post from: <a href="http://www.phpmagicbook.com">PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.phpmagicbook.com/wp-content/uploads/2008/06/cms-text-based-php.jpg" alt="PHP CMS, no database required" title="CMS, Text Based PHP File Handling System" width="400" height="355" class="aligncenter size-full wp-image-115" /></p>
<p>Single php file based whole file handeling and listing PHP CMS which lets you create file or edit file in a fly. No database required. It stores its data in a file. User authentication system is available in it also. You can create users in it and then after login you can create directory or files as well as modify, copy, delete or rename them very easily. A nice file uploader is also available in it.</p>
<p><span id="more-197"></span></p>
<p><a href='http://www.phpmagicbook.com/wp-content/uploads/2008/06/create-dir_file_edit_upload.rar' class="download">Quick Edit PHP File Based CMS Download</a></p>
<p><a href="http://www.phpmagicbook.com/quick-edit-little-file-based-php-cms/">Quick Edit &#8211; Little File Based PHP CMS</a> is a post from: <a href="http://www.phpmagicbook.com">PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.phpmagicbook.com/php-creating-a-file/" title="Creating A File Using PHP">Creating A File Using PHP</a></li><li><a href="http://www.phpmagicbook.com/add-view-delete-record/" title="Add, View, Delete Record Using PHP">Add, View, Delete Record Using PHP</a></li><li><a href="http://www.phpmagicbook.com/social-cms-digg-mixx-reddit/" title="Free Social CMS like Digg, Mixx, Reddit">Free Social CMS like Digg, Mixx, Reddit</a></li><li><a href="http://www.phpmagicbook.com/php-file-upload-script-globals-off/" title="PHP File Upload Script &#8211; Globals Off">PHP File Upload Script &#8211; Globals Off</a></li><li><a href="http://www.phpmagicbook.com/smarty-for-smart-developers/" title="Smarty For Smart Developers">Smarty For Smart Developers</a></li><li><a href="http://www.phpmagicbook.com/get-file-size-and-file-type-in-php/" title="Get File Size and File Type In PHP">Get File Size and File Type In PHP</a></li><li><a href="http://www.phpmagicbook.com/php-file-append/" title="PHP &#8211; File Append">PHP &#8211; File Append</a></li><li><a href="http://www.phpmagicbook.com/php-file-delete-unlink-function/" title="PHP &#8211; File Delete &#8211; Unlink Function">PHP &#8211; File Delete &#8211; Unlink Function</a></li><li><a href="http://www.phpmagicbook.com/php-file-read/" title="PHP &#8211; File Read">PHP &#8211; File Read</a></li><li><a href="http://www.phpmagicbook.com/php-file-write/" title="PHP &#8211; File Write">PHP &#8211; File Write</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.phpmagicbook.com/quick-edit-little-file-based-php-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add, View, Delete Record Using PHP</title>
		<link>http://www.phpmagicbook.com/add-view-delete-record/</link>
		<comments>http://www.phpmagicbook.com/add-view-delete-record/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 17:03:49 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CMS II]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[No Database]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[text file based cms]]></category>

		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=111</guid>
		<description><![CDATA[This system will just ask from you some entries and you can add these, view and delete then if you want. Great one little CMS based on a text file. No database required. You can make telephonic directory or user records system with that or any storage little diary with this. Add Del View CMS, [...]<p><a href="http://www.phpmagicbook.com/add-view-delete-record/">Add, View, Delete Record Using PHP</a> is a post from: <a href="http://www.phpmagicbook.com">PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.phpmagicbook.com/wp-content/uploads/2008/06/usr-data-text-based-cms.jpg" alt="User Data Storage php CMS, no database required" title="User Data Storage CMS Text File Based CMS" width="336" height="530" class="aligncenter size-full wp-image-112" /></p>
<p>This system will just ask from you some entries and you can add these, view and delete then if you want. Great one little CMS based on a text file. No database required. You can make telephonic directory or user records system with that or any storage little diary with this.</p>
<p><span id="more-196"></span></p>
<p><a href='http://www.phpmagicbook.com/wp-content/uploads/2008/06/add_del_view.rar' class="download">Add Del View CMS, Text Based php CMS Download</a></p>
<p><a href="http://www.phpmagicbook.com/add-view-delete-record/">Add, View, Delete Record Using PHP</a> is a post from: <a href="http://www.phpmagicbook.com">PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.phpmagicbook.com/quick-edit-little-file-based-php-cms/" title="Quick Edit &#8211; Little File Based PHP CMS">Quick Edit &#8211; Little File Based PHP CMS</a></li><li><a href="http://www.phpmagicbook.com/social-cms-digg-mixx-reddit/" title="Free Social CMS like Digg, Mixx, Reddit">Free Social CMS like Digg, Mixx, Reddit</a></li><li><a href="http://www.phpmagicbook.com/smarty-for-smart-developers/" title="Smarty For Smart Developers">Smarty For Smart Developers</a></li><li><a href="http://www.phpmagicbook.com/greeting-cards-system/" title="Download Greeting Cards System in PHP">Download Greeting Cards System in PHP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.phpmagicbook.com/add-view-delete-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.265 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 16:32:42 -->
