I just need some general ideas on how to do this. I have a website which requires the actual text of the site to be updated by several people. I want them to update it via a php script. For example, rules and policies that are across several web pages. These rules and policies are going to be changed by certain members.
I will be using a template for each web page so the only thing that will be changed is the actual information. My question is this:
The "members" of the site will be changing text to be displayed as HTML. How should this information be stored? Would it be wise to use a database, or is there a way to have a script that can actually open the html file and change it directly, therefore requiring no database. I just need some general ideas, once I have that, I know I can get some code working.