<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033790" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033790</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1198972</link>
    <description> &lt;p&gt;You might want to look at some old CGI/Perl CMSes, since they work about the same, but since they are based on an older language were written pre-database, greymatter is a perfect example of this. &lt;a href=&quot;http://noahgrey.com/greysoft/&quot; class=&quot;bb-url&quot;&gt;http://noahgrey.com/greysoft/&lt;/a&gt; that&#039;s what I used when I started my personal site 5 years ago.&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 May 2006 16:57:58 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1198972 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1198281</link>
    <description> &lt;p&gt;and its sometimes a pain to backup a MYSQL Db for a small site... FTP copy works for no db... right pepe?&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Apr 2006 03:30:01 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1198281 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1198278</link>
    <description> &lt;p&gt;The reason is that I found a great free hosting &lt;a href=&quot;http://www.11w11.net&quot; class=&quot;bb-url&quot;&gt;11w11.net&lt;/a&gt; and this hosting supports only php. That&#039;s it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Apr 2006 02:36:13 +0000</pubDate>
 <dc:creator>pepealayo</dc:creator>
 <guid isPermaLink="false">comment 1198278 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1198246</link>
    <description> &lt;p&gt;Not sure what someone would want to a CMS without a database.&lt;br /&gt;
Most hosts give you a free MySQL database anyway so why not use it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Apr 2006 16:00:03 +0000</pubDate>
 <dc:creator>ablaye</dc:creator>
 <guid isPermaLink="false">comment 1198246 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1196659</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.blog.access-space.net/&quot; class=&quot;bb-url&quot;&gt;VanillaBlog&lt;/a&gt;, &lt;a href=&quot;http://www.cromoteca.com/meshcms/&quot; class=&quot;bb-url&quot;&gt;MeshCMS&lt;/a&gt;, &lt;a href=&quot;http://www.xaraya.com/&quot; class=&quot;bb-url&quot;&gt;Xaraya&lt;/a&gt;, &lt;a href=&quot;http://typosphere.org/&quot; class=&quot;bb-url&quot;&gt;Typo&lt;/a&gt;, &lt;a href=&quot;http://www.edgewall.com/trac/&quot; class=&quot;bb-url&quot;&gt;Trac&lt;/a&gt;, &lt;a href=&quot;http://www.toenda.com/en/&quot; class=&quot;bb-url&quot;&gt;Toenda&lt;/a&gt;, &lt;a href=&quot;http://phpcms.de/index.en.html&quot; class=&quot;bb-url&quot;&gt;PhpCms&lt;/a&gt;, and &lt;a href=&quot;http://angelinecms.info/site/index.php/blogs&quot; class=&quot;bb-url&quot;&gt;AngelineCMS&lt;/a&gt; are all capable of running database free.  Some do use SQLite but as that&#039;s a flat file database built into PHP 5 I believe that counts.  &lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_content_management_systems&quot; class=&quot;bb-url&quot;&gt;This Wikipedia page&lt;/a&gt; is a good place to get an idea of what CMSs require what database.&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Apr 2006 10:23:06 +0000</pubDate>
 <dc:creator>GDVS</dc:creator>
 <guid isPermaLink="false">comment 1196659 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1196637</link>
    <description> &lt;p&gt;Ok the difference is speed, using mysql or sql for management of contents in cms is faster, although if the sql database screws up, the site does too... and the second is you need special backup access to backup your sql Dbs, flatfile cms, uses text files to store data with special line markings etc. as decided by the designer, most flatfile cms work fast when theres a few content to query, as the size and content grows, the slower it gets, but then it can easily be FTP backed-up, but also you have to read through a bunch of code to manage it while on db, a query is jus made...&lt;/p&gt;
&lt;p&gt;As for Cmsimple, it uses I guess flatfile, although not entirely, it doesnt use any DB, it uses php files saved independently and reloaded upon request of the main php file... it uses mce for editing and whatnots, a good cms I might say...&lt;/p&gt;
&lt;p&gt;There are a lot of PHP progs that do not use a db, if you search at hotscripts, try to include the flatfile query string, like &quot;guestbook flatfile&quot; with or without spaces you can try and find several of what you are looking for...&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Apr 2006 03:41:06 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1196637 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1196622</link>
    <description> &lt;p&gt;I don&#039;t know exactly what you mean.&lt;br /&gt;
Cmsimple needs only a content file, this file has all the pages for your site.&lt;br /&gt;
Cmsimple divides this content in pages by using the tags .&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Apr 2006 00:30:19 +0000</pubDate>
 <dc:creator>pepealayo</dc:creator>
 <guid isPermaLink="false">comment 1196622 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-cms-without-database#comment-1196511</link>
    <description> &lt;p&gt;Does it use a flat file?&lt;br /&gt;
Some hosts don&#039;t allow them these days (if it does) as they can take up a lot of resources&lt;/p&gt;
 </description>
     <pubDate>Sat, 01 Apr 2006 22:52:18 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1196511 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
