Was curious as to how one would go about saving user input into a separate text file. For example i have a website were a user is filling out a form to submit with fields such as first name, last name, address, phone, etc. How would i go about getting that information saved in a text format in a folder on my server? If someone could point me in the right direction it would be much appreciated, thanks
Normally, the form submits its values to a PHP or ASP script that saves them to the file. I went looking for an example and this popped up as the first result http://forums.digitalpoint.com/showthread.php?t=757223 But this explains it more clearly http://www.howtoplaza.com/save-web-form-data-text-file