Ver originalforeach( $_POST as $key => $value ) { echo "<input type='hidden' name='".$key."' value='".$value."'>"; }