Contact Us
if ($_POST['submit'] == "") { ?>If you require further information, please fill out the form below:
We look forward to hearing from you
} else { ?> \n"; $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; $mes .= "Name: ".$name."\n"; $mes .= "Email: ".$email."\n\n"; $mes .= "Address: ".$address."\n"; $mes .= "Telephone: ".$telephone."\n\n"; $mes .= "Enquiry: \n".$query."\n"; if(empty($name) || empty($email)) { echo "
Error:Sorry.. Name and Email are required.
Click here to change your details.
Sorry the email address you entered looks like it is invalid.
Click here to change your details
"; } else { mail($to, $sub, $mes, $headers); mail($to2, $sub, $mes, $headers); print "Thank you ".$name."...
We will get back to you as soon as possible.
"; } } ?>