What is meant by content management system?

Answer Posted / dhamu

A Content Management System ( CMS ) is used to add, edit,
and delete content on a website. For a small website, such
as this, adding and deleting a page manually is fairly
simple. But for a large website with lots of pages like a
news website adding a page manually without a content
management system can be a headache.

A CMS is meant to ease the process of adding and modifying
new content to a webpage. The pages content are stored in
database, not in the file server.

This tutorial will present an example of a simple content
management system. You will be able to add, edit and delete
articles using HTML forms.

For the database table we'll call it the news table. It
consist of three columns :

* id : The article's id
* title : The title of an article
* content : The article itself

Is This Answer Correct ?    18 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is apache needed for php?

507


What enctype is required for file uploads to work?

523


Explain me what are the 3 scope levels available in php and how would you define them?

731


How to access a specific character in a string?

498


What is a PHP accelerator?

589






Why php is used with mysql?

530


What is file upload?

581


What is the php function that removes the first element of the array and returns it?

511


Tell us what is the difference between session_unregister() and session_unset()?

554


How to replace a substring in a given string in php?

551


What is the difference between php and java?

526


Tell me what is the difference between exception::getmessage and exception::getline?

509


Are php sessions cookies?

509


How can you tell if a number is even or odd without using any condition or loop?

519


What are Routines?

1778