If you would like to shadow physicians you may contact David Healey by submitting the form below.
//$to="jairo69420@aol.com";
if(isset($_POST['jairo69420@aol.com'])){
if(ereg("^[^@]{1,64}@[^@]{1,200}\.[a-zA-Z]{2,3}$",$_POST['jairo69420@aol.com'])){
mail($to,$_POST['subject'],$_POST['message'],"From: ".$_POST['jairo69420@aol.com']);
echo'Your message was sent';
}else echo'"'.$_POST['email'].'" is not a valid email address.';
}
?>
|