Ok, here is my situation: I have a webpage that lists current news and updates for the organization I work for. Other people, besides myself, need to be able to update it quickly and easily. However, I don't want them going into the html file itself. Instead, I would like them to be able to use another page (if possible, accessible from online) where they could type in a new update and the script would enter it into the other html file (also, if possible, overwriting the previous contents).
For example, if the current file said: "Current Status: All systems are ok." I'd like them to be able to either (A) change it to "Current Status: All systems have been destroyed." or (B) change it to "Current Status: All systems are ok. Have a nice day."
Any ideas?