<?php
$pgallery=explode(',',rtrim($row['gallery'],','));
foreach($pgallery as $gallery){
echo '
<div class="gallp">
<img src="'.settings('site_url').$gallery.'" class="pad10 left" width="80" height="80" alt="" />
<a href="process.php?productions&id='.$row['id'].'&delgallery='.$gallery.'">X</a>
</div>
';
}
?>hocam array içinden nasıl bunu veritabanına geçiricez o mevzu işte