Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <form name="input" action="agregar.php" method="get">
  2. <b>Nombre: </b><br>
  3. <input type="text" name="Nombre" />
  4. <br>
  5. <b>Cedula:</b><br>
  6. <input type="text" name="Cedula" />
  7. <br>
  8. <b>Telefono:</b><br>
  9. <input type="text" name="Telefono" />
  10. <br>
  11. <b>Direccion:</b><br>
  12. <input type="text" name="Direccion" />
  13. <br>
  14. <br>
  15. <input type="submit" value="Registrar" />
  16. </form>
Add Comment
Please, Sign In to add comment