hasankoroglu tarafından gönderilen son içerik

  1. hasankoroglu

    "Trying to Access array offset on Value of type bool in..." hatası

    $id = $_GET["id"]; $Urun=$db->prepare("SELECT * from urun where urun_id=?"); $Urun->execute(array($id=urldecode($id))); $Urun=$Urun->fetch(PDO::FETCH_ASSOC); Bu şekilde bir kod kullanmanız daha sağlıklı olur. Get'ten gelen id'yi 0 a eşitlemişsiniz. Sonrasında 0 olan bir urun id'si...
Geri
Yukarı