While bloğunu kapatmayı unutmuşsunuz.

while ($sonuc = $sorgu->fetch_assoc()) {

$id = $sonuc['id'];
$kullanici_id = $sonuc['kullanici_id'];
$total = $sonuc['total'];
$product_price = $sonuc['product_price'];
$status = $sonuc['status'];
} //Burası


$userid değişkenini yazdıktan sonra tek tırnak açmışsınız fakat kapatmamışsınız.

$sorgu = $baglanti->query("SELECT * FROM list_order WHERE kullanici_id=$userid");


Benim görebildiklerim bunlar, bu kodların çıktısını da paylaşırsanız hatayı daha iyi anlayabiliriz.