What is meant by content management system?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / basha
Content Management System (CMS) is a dynamically change the
content in a page. Administrator have a full control to do
this dynamically changes add, edit, delete, move up/down and
etc...
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / lunda
vagina is 9.6 km....my fav position is up side down but i
also like dog n frog position.....
| Is This Answer Correct ? | 15 Yes | 23 No |
Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?
How to call a php function from another php file?
PHP serverside scripting language or client side scripting language>
Tell me how to retrieve a cookie value?
How do you end a function in python?
Do you know what are traits?
What is php in full?
How to convert strings in hex format?
Explain the difference between array_merge() and array_combine()?
Is null or empty c#?
What are magic constants in php?
Explain why would we use === instead of ==?