Contact
';
echo '✖';
echo 'Please check the input values and try again!';
echo '
';
} else {
$body = "Message from " . htmlentities($name) . ' <' . htmlentities($email) . ">\r\n" .
"\r\n" .
htmlentities($message);
$body = wordwrap($body, 70, "\r\n");
$header = 'From: Contact Form ';
echo '✖';
echo 'Mail could not be sent.
Please try again later or use contact@webmediathek.de!'; echo '
';
} else {
echo 'Please try again later or use contact@webmediathek.de!'; echo '
';
echo '✖';
echo 'Message sent successfully!';
echo '
';
}
}
}
?>