currently doing:
i am using urlencode to push 3 fields of form data to a verify page. then from there the user hits *submit*. once the user hits submit a *thank you* page displays. within the actually code i am using the mail function to submit the data.
what i would like:
Instead of submitting the form with the mail function, i want the form data that is now held in each individual variable (thanks to urlencode) to be placed into a text file that i create. the data would need to be placed into the text field on one line for each submittion. say we have a few people submit data, then each person gets one line. all of this needs to be stored into one text file. i also need to dilimite each var with a ; for smoother import into XL. can anyone help???
(no i dont want to us a db)
i am using urlencode to push 3 fields of form data to a verify page. then from there the user hits *submit*. once the user hits submit a *thank you* page displays. within the actually code i am using the mail function to submit the data.
what i would like:
Instead of submitting the form with the mail function, i want the form data that is now held in each individual variable (thanks to urlencode) to be placed into a text file that i create. the data would need to be placed into the text field on one line for each submittion. say we have a few people submit data, then each person gets one line. all of this needs to be stored into one text file. i also need to dilimite each var with a ; for smoother import into XL. can anyone help???
(no i dont want to us a db)