Contact Form not sending all the information to the email
by Jessa Wilcoxen on Feb 11, 2009 at 4:36:16 pm
I am receiving an error that says "Parse error: syntax error, unexpected T_VARIABLE in /home/wilcoxen/public_html/mailer.php on line 14" and can't figure it out. I'm pasting my code from home.php file and the one from my new action file mailer.php.
Line 14 is this line:
$body = "From:n$namen$company_namennE-Mail:n$emailnnPhone:n$phonen nProject:n$projectnnHear About:n$hear_aboutnnEmail Phone:n$email_phone";