if ($_SERVER['REQUEST_METHOD'] == "POST") { include("_classes/class.phpmailer.php"); $name = strip_tags($_POST['cname']); $email = strip_tags($_POST['cemail']); $comment = strip_tags($_POST['comment']); $to = "ptaylor@paul-taylor.ca"; $subject = "Contact From iMediatDigital"; $emailmsg = ""; $emailmsg .= "
"; $emailmsg .= "\n"; $emailmsg .= "\n"; $emailmsg .= "Response from iMediatdigital contact form: contact Please call
or use the form to request more information, our
Video Primer or our demo reel. bob loblaw Digital Media email form
\n";
$emailmsg .= "Name: ".$name."
\n";
$emailmsg .= "Email Address: ".$email."
Comments: ".$comment."
** Please do not reply to this email **
\n";
$emailmsg .= "\n";
$emailmsg .= "\n";
$mail = new phpmailer();
$mail->From = "info@imediatdigital.com";
$mail->FromName = "iMediat Digital";
$mail->AddAddress($to);
$mail->IsHTML(true);
$mail->Subject = $subject;
$mail->Body = $emailmsg;
$mail->Send();
unset($name);
unset($email);
unset($comment);
}
?>


clients
direct
links
6498 telford avenue
burnaby, bc
v5h 2z2
phone: 604-728-7277
fax: 604-677-6006
©1997-2011
bob loblaw Digital Media