Confused on creating email script in php/html?
Hello, I’m having a bit of an issue with creating an email script. I have heard that I would need to create it in php as it would be the easiest. Well I have an account on awardspace.com that has phpmyadmin and mysql hosting capabilities. My question is do I need to create a query or whatever it’s called in the phpmyadmin in order for this script below to work? (i got the idea from this website: http://www.visn.co.uk/form-mail.html )
My goal is to collect someone’s name and email address in 2 text boxes and then send that information to my email address which I included in the script below.
————————————————————————