Question

I just want anyone to correct me if I'm wrong. Can I create a CMS by making a file where you log in as an admin and then you can write an article and send it to a database table. In another file display all articles from the table with ORDER BY id. To delete you simply make a delete script. Do I have to use any other languages like xml or something? Thanks!

The question: Can I make a simple cms by just using PHP and HTML?

Was it helpful?

Solution

No, you don't need other languages.

PHP and MySQL should be sufficient.

Well, the way the articles are displayed depends of HTML, CSS or JS codes you use.

OTHER TIPS

I'm not quite sure what you're asking exactly. But you could easily write something like that in just PHP and HTML, and use a database to store the information.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top