Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>NEW#2</title>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <form action-"dodaj.php" method="POST">
  8. Tytuł: <input type="text" name="tytul"><br>
  9. gatunek filmu: <input type="number" name="gatunek"><br>
  10. Rok produkcji:<input type="number" name="rok"><br>
  11. Ocena:<input type="number" name="ocena"><br>
  12. <input type="reset" value="usun"><br>
  13. <input type="submit" value="dodaj"><br>
  14.  
  15. <center>
  16. <?php
  17.  
  18.  
  19.  
  20.  
  21. ?>
  22. </form>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement