OK, so in my years of (light) web development, I've played around with many things, but one of the things I've never been able to wrap my head around so far is forms. I can do the front end stuff, that's easy. I just can't figure out how to do a backend form handler.
To be more specific, what I'd like to do right now is create a form to capture First and Last Name and Email Address, then feed them into a database. I'm thinking either go simple and put them directly into a CSV file, or go more complex but more secure and put them into a MySQL database and write a script that can generate a CSV from that database on the fly.
Can anyone help me figure out how to do that? Assume that other than the HTML code to create the form itself, I'm totally ignorant of anything related to this (it's very close to the truth).
jW
To be more specific, what I'd like to do right now is create a form to capture First and Last Name and Email Address, then feed them into a database. I'm thinking either go simple and put them directly into a CSV file, or go more complex but more secure and put them into a MySQL database and write a script that can generate a CSV from that database on the fly.
Can anyone help me figure out how to do that? Assume that other than the HTML code to create the form itself, I'm totally ignorant of anything related to this (it's very close to the truth).
jW