$arreglo=$_POST['arreglo']; foreach($arreglo as $id=>$valor) { echo "indice ".$id." valor ".$valor; }