for ($i=0; $i <= count($_POST['disponible'); $i++){ echo $_POST['disponible'][$i]." --> ".$_POST['disponible_text'][$i]."<br>"; }