fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/home/u1105814/public_html/rarental.co.id/ |
| Current File : /home/u1105814/public_html/rarental.co.id/galleri.php |
<div class="list-section pt-80 pb-80">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-title">
<h3> Galleri</h3>
</div>
</div>
</div>
<div class="row single-product-item1">
<?php $qgalleri=mysqli_query($connect,"SELECT * FROM galleri");
while ($fgalleri=mysqli_fetch_array($qgalleri))
{
$foto =$fgalleri['gambar'];
?>
<div class="col-lg-4 ">
<div class="list-box d-flex justify-content-start align-items-center">
<div class="content">
<img src="admin/modul/mod_galleri/mobil/<?php echo "$foto";?>" width="370 px" height="278 px" alt="">
</div>
</div>
</div>
<?php ;}?>
</div>
</div>
</div>
|