hey everyone, i am trying to write a small validation script of some information on a single form page and at the end of the validation if everything is correct mail ALL of the entered information to myself. my quick mail statement looks like this:
but i am unable to send the other variables that are passed from the form into the session because there are only 8 parameters allowed in mail();. i am new to this as you can probably tell and was wondering if i could take the other 5 or 6 variables i pass into validation and make them be the body of the mail?Code:mail('ngirard@....com',$subject, $problem,"From: $name <$email>");
any help is appreciated



Reply With Quote

Bookmarks