Örnek:

$idler= $_POST['id'];
$toplamid = count($idler);
for($i=0; $i < $toplamid ; $i++)
{
   mysql_query("INSERT INTO `tablo` (id, hucre1, hucre2) VALUES($idler[$i], 'hucre1veri', 'hucre2veri') ");
}
Kolay gelsin...