Advertisement
Guest User

marco behrendt

a guest
Mar 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Kunden</title>
  4. </head>
  5. <body>
  6. <form action="Kunden2.php" method="post">
  7.  
  8. ID: <input type="text" name="k_ID"/>
  9. <br>
  10. Nachname: <input type="text" name="k_nachname"/>
  11. <br>
  12. Vorname: <input type="text" name="k_vorname"/>
  13. <br>
  14. Straße: <input type="text" name="k_straße"/>
  15. <br>
  16. Plz: <input type="text" name="k_plz"/>
  17. <br>
  18. Gebdat: <input type="text" name="k_gebdat"/>
  19. <br>
  20.  
  21. <input type="submit" value="GO!"/>
  22. <br>
  23. <a href="index.php">Index</a><br>
  24.  
  25. </form>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement