";
// More complicated "FROM" field that has name syntax
$test = mail($to, $subject, $message, $headers);
if ($test == 1) {
echo "Thank You. Your email was sent.";
echo "[br><[r>[em>(Server response: " . $test . ")<[em> ";
echo "[hr>Email string:" . "mail($to,$subject,$message,$headers)";
} else {
echo "ERROR. |", $test . "| Your email was not sent.";
// probably should send email to webmaster that there was a problem.
}
exit();
} // end of if clause
// if php gets to here, form was not submitted so
// // continue down page and display form
?>
Site Feedback Form
Please fill out the form below
to send an email to our webmaster