Uber_Tiny
New member
First of all yes, I know this should be in the programmers section, but it's dead and no one reads anything in there. Putting it in OT would get more bright minds to see it.
I am trying to create a form to submit data to a .txt or .csv file on a network without interrupting/deleting the data that's already written in the file. Now I understand I can do this by using an "fwrite" function in php for the submit button, but I haven't any clue how to do that. Plus the tricky part, we need to save the information in the forms to a certain .txt or .csv file as per what drop down field was selected.
Like this:
Drop down selected as "tool feedback" saves textarea+input to toolfeedback.txt or .csv
Drop down selected as "general feedback" saves textarea+input to genfeedback.txt or .csv
and so on...
If anyone here has any information on how to do this I really need your help please!
I am trying to create a form to submit data to a .txt or .csv file on a network without interrupting/deleting the data that's already written in the file. Now I understand I can do this by using an "fwrite" function in php for the submit button, but I haven't any clue how to do that. Plus the tricky part, we need to save the information in the forms to a certain .txt or .csv file as per what drop down field was selected.
Like this:
Drop down selected as "tool feedback" saves textarea+input to toolfeedback.txt or .csv
Drop down selected as "general feedback" saves textarea+input to genfeedback.txt or .csv
and so on...
If anyone here has any information on how to do this I really need your help please!
