-
Üyelik
10.08.2018
-
Yaş/Cinsiyet
26 / E
-
Meslek
web
-
Konum
Mersin
-
Ad Soyad
K** Ç**
-
Mesajlar
116
-
Beğeniler
37 / 21
-
Ticaret
0, (%0)
merhaba yapmaya çalıştıgım şey user idi alıp list_order daki kullanici idine göre veri çekmek burdaki hata nedir
$sorgu = $baglanti->query("SELECT * FROM users ");
while ($sonuc = $sorgu->fetch_assoc()) {
$userid = $sonuc['id'];
?>
$sorgu = $baglanti->query("SELECT * FROM list_order WHERE kullanici_id=$userid'");
while ($sonuc = $sorgu->fetch_assoc()) {
$id = $sonuc['id'];
$kullanici_id = $sonuc['kullanici_id'];
$total = $sonuc['total'];
$product_price = $sonuc['product_price'];
$status = $sonuc['status'];
?>