Contact Us
extract($_POST);
if($submit){
function isValidEmail($email,$name,$position,$company,$contactno,$enquiry){
$pattern = "^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$";
if (eregi($pattern, $email)){
$eflag=1;
$to = "consortiasales@bmjgroup.com";
$Mailsubject = "BMJ - contact us";
$message = "Name: ".$name."\n\nEmail: ".$email."\n\n"."Position: ".$position."\n\n"."Company: ".$company."\n\nEnquiry: ".$enquiry;
$headers = "From: ".$email."\r\n";
$headers .= "Reply-To: ".$email."\r\n";
@mail($to,$Mailsubject,$message,$headers);
return true;
}
else {
$eflag=0;
return false;
}
}
}
?>
BMJ Group is a trusted global medical publisher providing a wide range of innovative evidence-based medicine products that improve the decisions doctors and patients make every day. From trainee to consultant, BMJ Group offers doctors around the world tailored information, special events, learning resources and recruitment services at every step along their career path.