require_once "baglan.php";
$uye = $_SESSION['kadi'];
?>
<script></script>
<script></script>
RentOTO
Ek Olarak: Araya Echo'yu Koydum
PHP Profil İşlemi |YARDIM| |
6 Mesajlar | 931 Okunma |
require_once "baglan.php";
$uye = $_SESSION['kadi'];
?>
<script></script>
<script></script>
RentOTO
try{
$pmysql= new pdo ("mysql:host=localhost;dbname=panel;charset=utf8;","kullanici","");
}
catch(PDOException $u)
{
echo "hata oluştu detay".$u->getMessage();
}
//Bağlantı yaptık
$sqlidal= "select * from uye where uye=:uyeadi order by id asc limit 1";
//Sql sorgumuz
$cek=$pmysql->prepare($sqlidal);
//Sql inj. korunmak için prepare kullandık execute ile tanımladık
$cek->execute(array("uyeadi"=>$uye));
$yaz=$cek->Fetch(PDO::FETCH_ASSOC);
//Bize tek satırın verisi gerekli olduğu için Fetch kullandım
$idn=$yaz["id"];
//id değerini çektik