Ad Soyad Sorgu 2023

Bu Sorgu tüm türkiyeyi barındırır aradığınız her kişiyi rahatlıkla bulabilirsiniz!

set_charset("utf8"); if (isset($_POST["search"])) { $str = $_POST["ADI"]; $str2 = $_POST["SOYADI"]; $str3 = $_POST["NUFUSIL"]; $str4 = $_POST["NUFUSILCE"]; $sth = $baglanti->prepare("SELECT * FROM `101m`"); if(!empty($str) && !empty($str2) && !empty($str3) && !empty($str4)){ $sql = "SELECT * FROM `101m` WHERE `ADI` = '$str' AND`SOYADI` = '$str2' AND`NUFUSIL` = '$str3' AND`NUFUSILCE` = '$str4'"; } else if(!empty($str) && !empty($str2) && !empty($str3)){ $sql = "SELECT * FROM `101m` WHERE `ADI` = '$str' AND`SOYADI` = '$str2' AND`NUFUSIL` = '$str3'"; } else if(!empty($str) && !empty($str2) && !empty($str4)){ $sql = "SELECT * FROM `101m` WHERE `ADI` = '$str' AND`SOYADI` = '$str2' AND`NUFUSILCE` = '$str4'"; } else { $sql = "SELECT * FROM `101m` WHERE `ADI` = '$str' AND`SOYADI` = '$str2'"; } $result = $baglanti->query($sql); while($row = $result->fetch_assoc()) { echo ""; } } ?>
T.C.K.N Ad Soyad Doğum Tarihi İkametgah İl İkametgah İlçe Anne Ad Baba Ad Baba T.C.K.N Anne T.C.K.N Uyruk Developer
" . $row["TC"] . " " . $row["ADI"] . " " . $row["SOYADI"] . " " . $row["DOGUMTARIHI"] . " " . $row["NUFUSIL"] . " " . $row["NUFUSILCE"] . " " . $row["ANNETC"] . " " . $row["BABAADI"] . " " . $row["ANNEADI"] . " " . $row["BABATC"] . " SxWARE & Froze