I have an HTML form with Firstname, lastname, address
I want to save the firstname, lastname and address appended to a file in say
results.txt, in the below format 1 entry per line...
MyFirstname,MyL astname,MyAddre ss
I know this is probebly easy, can someone help me with a code snippit that
does this?
thanks.
I want to save the firstname, lastname and address appended to a file in say
results.txt, in the below format 1 entry per line...
MyFirstname,MyL astname,MyAddre ss
I know this is probebly easy, can someone help me with a code snippit that
does this?
thanks.
Comment