merhaba,

çok uğraşmama rağmen bu kodu çok resim ekleyebileceğim bir şekile getiremedim ne yapmam gerekiyor acaba

<? $res = $bg->cok("select * from resim where eID = '".geti($_GET['id'])."'");echo mysql_error();
for($i=0;$i<count($res);$i++) { ?>

<div style="float:left;margin:5px;text-align:center;">
<img src="../resim/<?=$res[$i]->kresim?>" /><br />
<a href="islem.php?a=resimSil&id=<?=$res[$i]->resimID?>">Kaldır</a>
</div>

<? } ?>

<div class="clear"></div>
<br />

      <img src="img/icons/add.png" width="16" height="16" align="middle" title="Yeni kolon ekle" style="cursor:pointer" onClick="ResimEkle();" />  
      <div id="CVP" style="width:400px;margin-left:110px;">              
<? for($i=1; $i<=1; $i++) { $c++;?>

      <div id="CV<?=$c; ?>" style="margin:0px 0px 10px 0px"><input name="RS[]" type="file" class="FormCiz"   />

      <img src="img/icons/hr.gif" width="16" height="16"  title="Kaldýr" style="cursor:pointer" onClick="ResimSil('#CV<?=$i; ?>')"/></div><? } ?>
       <input type="hidden" id="CSay" value="<?=$c; ?>" />
      </div>