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 php 5.6 secure?

596


What is inheritance in php? How many types of inheritance supports php?

608


What is zend studio for?

599


Which cryptographic functions in php returns the longest hash value?

628


Explain what is the static variable in function useful for?

582






What are the functions of string?

590


How do I run a php script in windows?

609


What is the difference between array_merge() and array_merge_recursive() in php?

594


Can I learn laravel without php?

636


Tell me how to get the value of current session id?

556


Explain Traits in PHP?

577


How do you end php?

580


What is a composer?

595


Give the case where we can use get and we can use post methods?

618


What is the use of htmlentities in php?

560