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
How easy is php?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
Which of the data type is compound datatype supported by PHP?
What are the benefits of using queries?
Is age nominal or ordinal?
Explain difference between urlencode and urldecode?
What does it mean when it says the csrf token is invalid?
What are the advantages of php?
What are helpers in php?
What’s the difference between htmlentities() and htmlspecialchars()?
How to parse configuration file in php?
What is the use of strip_tags() method?
Is php an oop?
How are variables declared in php?
Why php is widely used?