$name = stripslashes($_POST['name']);
$email = stripslashes($_POST['email']);
if($name=="" || $email = "") {

echo "hata: ad yaz.",die;
}