<?php
$Urunler=$db->query("SELECT * FROM urun WHERE urun_vitrin=1 ORDER BY RAND() LIMIT 8");
while($Urun=$Urunler->fetch())
{
?>
<div class="col-lg-3 col-sm-6">
<?php UrunListeGorunumu($Urun) ?>
</div>
<?php
}
?>
Hiç yorum yok:
Yorum Gönder