$var = array($_POST['first_input'], $_POST['seccond_input']);for($i = 0; $i < count($var); $i++) print $var[$i];