foreach($_POST as $key => $val){ $k = $key; $v = $val; $inputs = array( $k => "test" ); }
Select allOpen in new window