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

How to redirect a url from http to https in .htaccess?

525


How to find the position of the first occurrence of a substring in a string?

510


Is php class name case sensitive?

524


How to create a web form?

556


What is json php?

538






How to reset/destroy a cookie in php?

536


What is the difference between null and empty?

585


What is the difference between single quoted string and double quoted string?

527


When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?

518


What are properties in php?

517


Does php has a future?

499


Explain what are psrs?

508


Which software is best for php?

528


In php how can you jump in to and out of "php mode"?

570


Why did you choose this particular career path?

8356