ID:276827
 
I'm creating a web page for one of my classes and I'm having trouble sending the results of a form. I'd like to submit the results to a file, instead of an e-mail address. How would I go about doing this?
I don't think you can read sent data through forms with HTML. You'll probably need some knowledge of PHP and for the file part, HTML definately cannot write files. You'll need MySQL or something for that.
I know you like VB, look into ASP.Net.