Mini Shell

Direktori : /home/eymajans/public_html/inc/
Upload File :
Current File : /home/eymajans/public_html/inc/galeri.php

     <section class="pet_gallery_wrap">
            <div class="mian_heading text-center">
              <h2>Bizden</h2>
              <h3>Fotoğraf <br> Kareleri</h3>
            </div>
            <div class="pet_gallery_row">
                  <?php
                     $cek = $db->query("select * from galeri where durum='0' order by sira asc")->fetchAll(PDO::FETCH_ASSOC);
                     foreach($cek as $goster){
                     ?>
              <div class="pet_gallery_fig">
                <figure class="image-layer-affect">
                  <img src="resimler/<?=$goster["resim"]?>" data-src="resimler/<?=$goster["resim"]?>" alt="prettyPhoto">
                </figure>
              </div>
              
              <?php }?>
             
            </div>  
        </section>