'How do I let my client post articles on his blog page on a website I designed with (HTML CSS JS PHP)?
I have designed a website that provides blog page, what my client wants is that he could add articles to his blog and a new page should be created for every article , also on the main blog page there are 8 links to latest posts so the title of latest post be also there on the top of all blog pages?
Solution 1:[1]
Let's start from here: https://technosmarter.com/php/how-to-create-blog-using-php-and-mysql-database
But first you need to learn php,mysql,js, html and css
Solution 2:[2]
You need to learn database and store your data then you can show those data in your website dynamically. Check this code for some knowledge or check this tutorial for reference
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ehsan A. Kian |
| Solution 2 | Nishan Timsina |
