I'm trying to create a simple form... will have a bunch more fields but I can add those later.....
I want the form to write all fields... hit submit and it writes to a text file... then the next time someone goes to the form and does it..... it appends to the bottom of the document and seperates with a ---------------------
Can someone please help me finish. I don't know how to tie the submit button with the writing action. And I might be missing some other things. Like I'm not sure of proper format for fopen and fclose.
It's so long ago I learned it. I have spent some time serching and will continue to... jsut that I need this quick so if someone could help me out it would be much appreciated.
This is what I have so far: