Hey guys,
I am pretty clueless when it comes to php. Yikes!
I am in need of a simple form script that will get the data one inputs in a form and email them to me. Specifically, this is the (HTML) form I have:
I have tried to use "php mail(" function but apparently php mail function can't have more than five variables...
I did this,
followed by mail( which spewed me many errors,
basically, is there a way to get all the data and have them mailed at to me? the "names" I have is
name=name
name=phone
name=email
name=state
name=purchase
name=link
name=attachedfile
name=method
name=comment
Thanks very much
