Forum Moderators: phranque
The page is hosted on Apache and will be built using static HTML & CSS.
Does anybody have any sugestions on the best way for 1 user to update 1 page with out using a CMS or getting too technical.
Thanks
Or, you could build a backend form that they insert text into, then submit it -- saving it to a text file. Use that as an include on page that will need updating, and that would also work.
So long as it's Apache -- there should be a number of open source PHP scripts and examples available too. If you're willing to use PHP, it could become quite simple.