Login   Register  
PHP Classes
elePHPant
Icontem

File: post_formulario.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Juan Báez  >  Simple Forms  >  post_formulario.php  >  Download  
File: post_formulario.php
Role: Auxiliary script
Content type: text/plain
Description: post form1
Class: Simple Forms
Generate HTML forms grouped in tabs
Author: By
Last change:
Date: 2012-12-06 04:24
Size: 167 bytes
 

Contents

Class file image Download
<?php

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

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

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

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

}

}

?>