Type Here to Get Search Results !

Contact Us

Contact Us - Aware 24 Hours

Contact Us

Feel free to get in touch with us if you have any questions or feedback.


"; echo $error."

"; echo "Please go back and fix these errors.

"; die(); } if(!isset($_POST['name']) || !isset($_POST['email']) || !isset($_POST['message'])) { died('We are sorry, but there appears to be a problem with the form you submitted.'); } $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $email_message = "Form details below.\n\n"; function clean_string($string) { $bad = array("content-type","bcc:","to:","cc:","href"); return str_replace($bad,"",$string); } $email_message .= "Name: ".clean_string($name)."\n"; $email_message .= "Email: ".clean_string($email)."\n"; $email_message .= "Message: ".clean_string($message)."\n"; $headers = 'From: '.$email."\r\n". 'Reply-To: '.$email."\r\n" . 'X-Mailer: PHP/' . phpversion(); @mail($email_to, $email_subject, $email_message, $headers); ?> Thank you for contacting us. We will be in touch with you very soon.
">

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.