Bu formu nasıl çalıştırabilirim ? Localhost'ta olması bir sorun çıkartır mı ?
Ve bu da form.php dosyamızın kodları :
$kime='sarifatih@yandex.com';
$headers = "MIME-Version: 1.0\n" ;
$headers .= "Content-Type: text/html; charset=\"text/html; charset=UTF-8\"\n";
$headers .= "Sensitivity: Personal\n";
$adsoyad=htmlspecialchars($_POST['isim']);
$telefon=htmlspecialchars($_POST['telefon']);
if($adsoyad && $telefon){
$bla='
Bilgiler
Ad - Soyad: '.$adsoyad.'
Tel: '.$telefon.'
';
if(eregi('a',$telefon)){
echo'';
}else{
$yolla=mail($kime,'Rezervasyon Formu',$bla,$headers);
if($yolla){
echo'';
}else{
echo'';
}}
}
?>
Sipariş Bilgi Hattı
0(212) 210 62 75