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
Which is better php or wordpress?
Which is variable cost?
What is string and its function?
Which method removes the last element from the end of an array?
What is overriding in php?
Why is php used for web development?
Is php worth learning in 2019?
what is the scope of php in the future if any other language is developed then may be php is loss ???
What is session_register()?
What is the difference between query and inquiry?
what does this symbol mean in php?
What is the function of mysql_real_escape_string in php?
What are the php functions?
What does session start do in php?
What is the correct php command to use to catch any error messages within the code?