To preface, I am sorry for asking what is likely an extremely simple question. I am an intern for a non-profit helping with some web tasks and have been asked to build a submission form. I want the data inputted in the fields to send to my email address. The form code is fine, however it is the PHP script that seems to not be working. Can anyone suggest a simple PHP code (or another method) to parse this info a designated email address? Currently using method="post"
Here is the form code: http://pastebin.com/7Gxb92n5
Thank you!
Alex
@in front of@mail(and see if it gives any clues. Most likely a processing or server configuration error. Also$email_fromis undefined, and would need better preparation than yourclean_string(). – mario Dec 13 '10 at 19:08