Mini Shell
<section class="gallery_wrap">
<div class="container">
<div class="project_row">
<?php
$cek = $db->query("select* from referanslar where durum='0' order by sira asc")->fetchAll(PDO::FETCH_ASSOC);
foreach($cek as $goster){
?>
<div class="project_fig">
<figure class="image-layer-affect">
<img src="resimler/<?=$goster["resim"]?>" alt="<?=$goster["adi"]?>">
<ul class="gallery_icon">
<li><a data-rel="prettyPhoto" href="resimler/<?=$goster["resim"]?>"><i class="fa fa-search-plus"></i></a></li>
</ul>
</figure>
</div>
<?php }?>
</div>
</div>
</section>