<?php echo("<h1>POST FORMULARIO2</h1>"); foreach($_POST as $key=>$value){ if(($key!='enviado')&&($key!=funcion)){ echo("$key = $value<br>"); } } ?>