if (isset($_POST['mailme_name']) && isset($_POST['mailme_text'])) {
$text="Name: ".$_POST['mailme_name']." Message: ".$_POST['mailme_text'];
mail ("scrowe@newmanonfire.org", "ERROR", $text);
header("Location:http://www.newmanonfire.org");
exit;}
echo "
ERROR 404
We are sorry, but this page seems not to exist. Please feel free to notify are webmaster below or click here to return to the homepage.
";