Hey, I want to make a very simple CMS (Content Management System for those who haven't heard the acronym before) and I really don't have a clue where to start.
I want to be able to edit plain text files in say a textbox and then be able to click "save" and the contents of the text box written out to the file. I don't need sql, it's a very low content website.
I'm imagining the best way to do this is to read the file, output it into a text box, and on the click of the "save" button/link, output it back to the file ... now the last part seems like it's gonna be quite hard. If anyone has any ideas they would be most welcome
Thanks in advance