error_reporting(0); $gizlis=$_POST["gizli"]; if ($gizlis == "1") { $ad = $_POST["ad"]; $soyad = $_POST["soyad"]; $firma = $_POST["firma"]; $adres = $_POST["adres"]; $telefon = $_POST["telefon"]; $internet = $_POST["internet"]; $eposta = $_POST["eposta"]; $aciklama = $_POST["aciklama"]; $icerik = "
Ad | $ad | |
Soyad | $soyad | |
Firma | $firma | |
Telefon | $telefon | |
E-Posta | $eposta | |
Açıklama |
$aciklama |