Sorun nedir?
Aldığım hata mesajı
Uncaught Error: Call to undefined function mysql_query() in C:\xampp\htdocs\nedmin\uye\referans.php:61 Stack trace: #0 {main} thrown in
Bunlar Kodlar:
$kullanici_referans=$kullanicicek['kullanici_referans'];
$siparissor=$db->prepare("SELECT * FROM kullanici where kullanici_id=:id");
$siparissor->execute(array(
'id' => $kullanici_referans
));
$refler=mysql_query("SELECT * from kullanici where kullanici_referans='$kullanici_referans' ");
$i=1;
while($referansscek=$referansor->fetch(PDO::FETCH_ASSOC)) {
$user=mysql_fetch_array(mysql_query("select username, refkaz from kullanici where id='$ref[id]'"));
?>
td>
$i++; }
?>
Burda amacım referans olan kullanıcıları tabloya yazdırmak.