if(isset($_POST["Submit"])){ for($i=0; $i<=$_POST["itens"]; $i++){ echo $_POST["item".$i].""; } exit; } ?>