Hi,
I have a website I made for a local organisation (which I am part of) and it includes a news section. It's all done in XHTML+CSS originally and now I switched to PHP to be able to quickly update sitewide ( include("header.php") and such and such)
but what I would like to do now is letting other members update the news. Now everything is just in plain HTML for that, but I was hoping to use PHP, otherwise I would have to explain them FTP, basic HTML, etc. which I really don't see happening. I have a mySQL database, but no idea how to use it. (I generally only learn things when I need them)
Do you have any thoughts on how to do this as simply as possible?
I have a website I made for a local organisation (which I am part of) and it includes a news section. It's all done in XHTML+CSS originally and now I switched to PHP to be able to quickly update sitewide ( include("header.php") and such and such)
but what I would like to do now is letting other members update the news. Now everything is just in plain HTML for that, but I was hoping to use PHP, otherwise I would have to explain them FTP, basic HTML, etc. which I really don't see happening. I have a mySQL database, but no idea how to use it. (I generally only learn things when I need them)
Do you have any thoughts on how to do this as simply as possible?