Forum Moderators: open
I'm trying to create a form that will save the results to another file (either .txt or .csv). I need the form to have access to the file so it can write to it, but I need the file to be totally inaccessible in any other way, except by providing a password. (I'm using it for people to send their names and addresses for mailing list purposes, and I obviously need to keep that info private.)
Does anyone know how to accomplish this? I'm kind of stuck. Tried some online tutorials, but they only showed the HTML tags for form fields and didn't go into what I need to know.
Thanks,
Matthew
To get the PHP code to do this, try searching for "php file append" on your favorite SE.
<added>Here ya go:
[aardvarkind.com ]
</added>