Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form action="insert.php" method="post">
  4. Novo Cadastro: UID: <input type="text" name="UID" />
  5. Nome: <input type="text" name="nome" />
  6. Endereco: <input type="text" name="endereco" />
  7. <input type="submit"/>
  8. </form>
  9.  
  10. <form action=”consult.php” method=”post”>
  11. Consultar Base: <input type=”submit” />
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement