PHP Classes

File: post_formulario2.php

Recommend this page to a friend!
  Classes of Juan Báez   Simple Forms   post_formulario2.php   Download  
File: post_formulario2.php
Role: Auxiliary script
Content type: text/plain
Description: post form2
Class: Simple Forms
Generate HTML forms grouped in tabs
Author: By
Last change:
Date: 11 years ago
Size: 168 bytes
 

Contents

Class file image Download
<?php

echo("<h1>POST FORMULARIO2</h1>");

foreach(
$_POST as $key=>$value){

if((
$key!='enviado')&&($key!=funcion)){

echo(
"$key = $value<br>");

}

}

?>