help...i don't see the problem...i'm not sure why this is giving me a PARSE ERROR message...???
thanks...vaska
$message = "blah.";
$headers .= "From: "Me" <"me@me.com">\r\n";
$headers .= "Reply-To: "Me" <"me@me.com">\r\n";
$headers .= "Cc: <"me@me.com">\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "X-Priority: 1\r\n";
$headers .= "X-MSMail-Priority: High\r\n";
$headers .= "X-Mailer: Just My Server\r\n";
$headers .= "Return-Path: <me@me.com>\r\n";
mail($email,"Confirmation",$message,$headers);
header("Location: usrthanks.php");