Advertisement
idsystems

PHP_Leccion1.5_02

Jan 19th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <form action="prueba.php" method="POST">
  2.  
  3.     Nombre:  <input type="text" name="nombre"><br>
  4.  
  5.     Apellido: <input type="text" name="apellido"><br>
  6.  
  7.     <input type="submit" name="submit" value="Enviar">
  8.  
  9.   </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement