$liste = $_POST['liste'];
$bolum = explode(',', $liste);
foreach($bolum as $veri){
   $sonveri = $veri;
   // mysql kayıt işlemleri
}