Hey everyone first time posting here.
I have on my contact.aspx page the following textboxes i want to use fr sending mail:
Name
Email
Address
City
State
Age
Comments
and a send button
I want to some how(using a php page on server) take all the information from these textboxes and send it to my php page then have that php page email my specified email address with all the content in it, also maybe including the date and IP.
I know how to do this in asp.net but problems are occuring with my host provider(Go Daddy dumbasses).
So i’ve concluded the only way to do this is using php(which I haven’t learned yet)
Thank you
-Devon