include("i_header.php") ?>
\r\n";
$header .= "To: kamen@cloudhost.com,kamen@send2fax.com\r\n";
$header .= "\r\n\r\n";
mail("kamen@send2fax.com","HiltonHeadTraffic Form","Company: $company Comments: $comments", "From: $yourname <$email>\r\n") or die("email error");
echo " YOUR MESSAGE WAS SENT
"; // if all went well, display message was sent
} else {
echo "All fields must be filled in! "; // if not all were filled in, display error message
}
} // end php submission code
?>