Home › Forums › Back End › [Continue] Contact form › Re: [Continue] Contact form
December 14, 2009 at 7:49 am
#68105
Member
Sounds nice – i’ll try. But what do you mean with a validation for that field?
Edit:
The HTML works, but when i want to send the message i get this error:
Parse error: parse error, expecting `T_STRING’ or `T_VARIABLE’ or `T_NUM_STRING’ in F:HJEMMESIDERGRAPHICALDESIGNTEST.WEP.DKmailer.php on line 21
My css line 21 is:
Code:
mail(“$_POST[‘category’]”, ‘(GD)’.$subject, $_SERVER[‘REMOTE_ADDR’].”nn”.$message, “From: $from”);