News Feed
Jobs Feed
Sections




News Archive
Sitecritic.net:
Simple Content Management in PHP Without Database Access
August 10, 2006 @ 07:26:50

For all of the content management systems that are out there, most of them have something in common (well, a lot in common, but that's more than I mean) - they all use databases to manage their information. Sometimes, that's just not what a developer really needs. All they want is a simple, light, file-based solution. Well, this new tutorial from Sitecritic.net can help. It details the creation of a simple file-based management system, including login abilities.

A Content Management System (CMS) allows you to update your website easily without touching anything in the backend. If you are a non-IT person, you will almost always want a CMS for your website because it makes you less dependent on your web designers or developers to add, edit or delete contents in your website.

There are many good CMS out there but most of them require some sort of database access in the backend. Many PHP CMS uses mysql or postgres database which resides in the server. Installation and troubleshooting of CMS might require some technical knowledge and server configuration which could be daunting for some.

The tutorial steps you through the login form first, then creating the template HTML files, before adding in the adding and editing functionality to store the content in the files. The full source for the application is also available for download.

0 comments voice your opinion now!
content management system flatfile login add edit html content management system flatfile login add edit html


blog comments powered by Disqus

Similar Posts

Community News: Packt Open Source CMS Award Finalists Announced

NETTUTS.com: Creating an Advanced Password Recovery Utility

Evolt.org: AJAX Login System using XMLHttpRequest

Geeks Not Nerds Blog: Rolling your own Blog Backend from Scratch Part 1

DeveloperTutorials.com: Simple System Maintenance with PHP-CLI


Community Events











Don't see your event here?
Let us know!


testing language opinion functional example framework interview development community phpunit code unittest tool database release api series zendframework2 podcast introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework