Advertisement
hercioneto

PW1 Form Categoria

Oct 26th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <!--
  2.     cadastroCategoria.html
  3.     --><html>
  4.     <head>
  5.         <meta charset="utf-8"/>
  6.         <title>
  7.             Categoria
  8.         </title>
  9.     </head>
  10.     <body>
  11.         <form action="salvaCategoria.php" method="post">
  12.             Nome: <input type='text' name='nome'/><br/>
  13.             Descrição: <input type='text' name='descricao'/><br/>
  14.             <input type="submit" value="Salvar"/>
  15.         </form>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement