'products' =>
array
0 =>
array
'pid' => string '3' (length=1)
'name' => string '#122232' (length=7)
'information' => string 'DSDSD' (length=5)
'image_tumb' => string '1tumbc4ad490017dc211002cfef359204ca7e154467_VisualVoicemail_Android_original.jpg' (length=80)
'tag' => string 'Sepatu' (length=6)
'price' => string '12000000.00' (length=11)
1 =>
array
'pid' => string '4' (length=1)
'name' => string 'Jam Bagus' (length=9)
'information' => string 'DSDSD' (length=5)
'image_tumb' => string '1tumbc4ad490017dc211002cfef359204ca7e_48447427_diaspora_dandy_logo.jpg' (length=70)
'tag' => string 'Jam' (length=3)
'price' => string '12000.00' (length=8)
2 =>
array
'pid' => string '6' (length=1)
'name' => string '#122232' (length=7)
'information' => string 'awdwad' (length=6)
'image_tumb' => string '1tumbc4ad490017dc211002cfef359204ca7e10408_710.jpg' (length=50)
'tag' => string 'Sepatu' (length=6)
'price' => string '140000.00' (length=9)
sınırsız.
nasıl ben onları böyle görüntülerim
name
name
name
name
<hr/>
name
name
name
name
<hr/>
ya da 4 kez (şu anda PDO fecthall ve foreach kullanıyorum) getiriliyor sonra bir saat eklemek?
// displays name loops like "namenamenamenamenamenametounlimiteddata"
foreach ($db['products'] as $product) {
echo "<div id='product'>";
echo $db[product][name];
echo "</div>";
}
ama yine yukarıdaki yapmanın hiçbir ipucu. arkadaşlarım php% işaretini kullanmak demek? en iyi yolu nedir? daha iyi bir yolu olup olmadığını, bunu doğru şekilde yapmak nasıl bana bir örnek verin lütfen eğer bunu lütfen açıklayınız.
Thanks for looking in. Adam Ramadhan