I'm trying to figure out how to "store" simple text into a .txt file with html.
A Html form page, that you'd input "data/text" into, and it would post the text into the .txt file.
then later you can "get" the data you posted.
Im trying to do this without a server, all local. (No PHP).
Thanks