Bot ile karşı siteden içerikleri çekiyorum veritabanına ekliyorum sıkıntı yok aşağıdaki resimde olduğu gibi her satırın karşısında ekle diyerek

resimdeki her satır aşağıdaki bir form döngüsü
<?php
for($i=0;$i<count($macl[1]);$i++) {
preg_match_all("#(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)','(.*?)'#",$macl[1][$i],$al);
?>
<form id="form<?php echo $i;?>" action="javascript:void(0);" onsubmit="ajax(<?php echo $i;?>);" method="POST">
<tr id="betrates" class="betRows">
<td><input type="hidden" value="<?php echo $al[2][0]?>" name="macadi" /><?php echo $al[2][0]?></td>
<td class="yok"><button class="btn" type="submit" >Ekle</button></td>
</tr>
<tr>
<td id="sonuc<?php echo $i;?>"></td>
</tr>
</form>
<?php
}
?>yukarıdaki koda input checkbox ekledik sıkıntı yok ama seçilenleri ekle inputuna mantık yürütemedim gitti