Hi...
I would like some help with writing form data to a file.
I want the info from 2 form fields to be put in a file on my server. the name of the file will be the info from one of the 2 fields.
field 1: Name
field 2: e-mail
print to file with name from field 1
both info lines of the two fields will be put in the file:
"
Marc
marc@marc.com
"
Marc.txt
then 2 days later a new person comes along and enters
Homer
homer@homer.com
then a New file should be created on the server with the name Homer.txt ... do u guys follow me?

Hope someone can helt me out!