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'];
?>