Arkadaşlar yeni yeni php öğreniyorum ve bir e-posta gönderme scriptti yaptım ama hata veriyor bu e-posta scripttim ; http://captanmeto.ca.funpic.org/eposta.html Bilgileri yazıp gönder dedikten sonra hata veriyor. bunlarda php kodları
<?php if ( (!isset($hedef_adres)) or ($gelen_adres==**) ) echo "Lütfen e-postanizin gönderilecegi adresi yaziniz.<br>";. exit(); } if ( (!isset($mesaj)) or ($mesaj==**) ) { echo "Lütfen e-postanizin mesajini giriniz.<br>";. exit(); } $baslik = "From: $isim <$gelen_adres>\n"; if (!@mail($hedef_adres, $Konu, $mesaj, $baslik) ) { echo "Su an sistemizde bi problem bulunmakta.<br>";. "lütfen daga sonra tekrar deneyin.<br>";. exit(); } echo "Mesajiniz Basari ile ilerildi.<br>";. "Scripttimi kullandiginiz için tesekkür ederim."; ?>
scriptti yaptım ama hata veriyor bu e-posta scripttim ;
http://captanmeto.ca.funpic.org/eposta.html
Bilgileri yazıp gönder dedikten sonra hata veriyor.
bunlarda php kodları
acaba hata nerde yardım ederseniz sevinirim.