SEVDİĞİNİZ YADA DOSTUNUZUN DOĞUM GÜNÜ, TANIŞMA, EVLİLİK YILDÖNÜMÜ YADA SÜPRİZLER İÇİN ÇOK ÖZEL BİR HEDİYE DÜŞÜNÜRSENİZ
-------------------------------------------
buda scripti
--------------------------------
<?
// Yumlusoft (hacker Zither)
switch ($sube){//bu bölümde ürün tanımları yapıyoruz. email adreslerini değistirmelisiniz
case "urun1";
$sube="isim@mail.com";
break;
case "urun2";
$sube="isim@mail.com";
break;
case "urun3";
$sube="isim@mail.com";
break;
case "urun4";
$sube="isim@mail.com";
break;
case "urun5";
$sube="isim@mail.com";
break;
case "urun6";
$sube="isim@mail.com";
break;
}
$mesaj = "";
while (list($key, $val) = each($HTTP_POST_VARS)) { //burada verileri topluyoruz
$mesaj .= "$key : $val
";
}
$mailto = 'bayram_huy@hotmail.com' ;
$header .= "From: " . $bayram_hotmail.com."\n";
$header .= "Content-type: text/html; charset=iso-8859-9\r\n";
$konu = "Formmail Bilgileri";
mail($sube, $konu, $mesaj, $header)or die("Mail gönderilemedi.");//burada ise mail gönderiyoruz
echo "Mail başarıyla gönderildi. Teşekkür ederiz";//mail sonrası mesaj
?>
- 133 okunma
