I currently have 5 HTML pages as my website, along with CSS and a bit of PHP for the submit form.
However, one of those sections is a blog. I don't fancy the idea of editing the HTML file for each blog entry, as I can see it getting huge over a period of time.
I just want to be able to input a title, a date and the body of the blog entry and hit update/upload and for it to automatically display.
I don't know if this is a simple thing to do, I'm pretty good with normal HTML and CSS and design work, but content management stuff I'm still learning.
Do I need an SQL database for this?
However, one of those sections is a blog. I don't fancy the idea of editing the HTML file for each blog entry, as I can see it getting huge over a period of time.
I just want to be able to input a title, a date and the body of the blog entry and hit update/upload and for it to automatically display.
I don't know if this is a simple thing to do, I'm pretty good with normal HTML and CSS and design work, but content management stuff I'm still learning.
Do I need an SQL database for this?
