Email Form Syntax Issue

Posted on 16th Feb 2014 by admin

I need the TO: in email to display To: CEO instead of To: abc@mail.com

How to alter the script below?

Code: <?PHP

$to = "abc@mail.com";
$subject = "subject";
$headers = "From:" .$mail."rn";
$message = "Name: " . $name;

Other forums