hi, im still new to php.
i wondering if someone could give me a quick breakdown of the sendmail function, how i'd set it up and a few other pointers.
this is pretty much how i want it to function, given that i can do the same things i used to do with asp
Request strings from the form and make them variables
how do i do that
asp was like
sName = Request("name")
so i want do do that with a few different things
then
put it together like
to: mikey@noisefreedesign.com
from: sEmail
Body: sName <br> sPhone <br> sEmail <br> sBodytext
throw me a bone y0!