I'm creating an HTML page with a drop down box full of a list of places that when selected the user is directed to a page where s/he can enter text and save it. The pages will be updated everytime a user makes a change which they can then view whenever they want. There will be no internet connection available so the data is stored on only the computer it was entered on. I was going to use the browser offline to view the pages.
I can create the pages but I'm stumped on how to save the data. Do I use PHP or CGI or.. what? Am I making this harder than it really is?
Any suggestions, advice? I thank ya.