Merhaba arkadaşlar kullandığımız kodlarla aşağıdaki tabloları elde ediyorum

include 'static/header.php';?>
Sipariş Durumu - <?=$ayarlar['title']?>








Sipariş Sorgula




























if (isset($_POST['uye_phone_onay'])) {
$uye_phone = $_POST['uye_phone'];

$urunsor= $db->query("SELECT * FROM siparisler WHERE phone='$uye_phone'");
$urunsor->execute();
$say=$urunsor->rowCount();
if($say>0){
while($siparisler=$urunsor->fetch(PDO::FETCH_ASSOC)) {
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
}}else{
echo 'Henüz Sipariş Girişi Olmadı'; }
}
?>


Sipariş NoInstagram Kullanıcı AdıÜrünTarihSipariş Durumu
",$siparisler["id"],"";
echo "
",$siparisler["link"],"",$siparisler["urun"],"",$siparisler["order_date"],"",$siparisler["durum"],"











Sonuçları tek tabloda gösterip sipariş durumu bölümünde sayılar yerine











Ürün bölümünde de Ürün ID yerine Ürün adı yazmasını istiyorum

from('urunler')->where('id',$siparis['urun'])->first();?>

Php bilgim yok :( Ücretli veya ücretsiz her türlü yardıma açığım.