Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html> <head>
- </head>
- <body>
- <form method="GET" action="strona2.php">
- <p>Imię<br><input type="text" name="imie"></p>
- <p>Nazwisko<br><input type="text" name="nazwisko"></p>
- <p>Pesel<br><input type="text" name="pesel"></p>
- <p>Miasto<br><input type="text" name="Miasto"></p>
- <p>Kobieta<br><input type="radio" value="kobieta" name="plec"></p>
- <p>Mezczyzna<br><input type="radio" value="mezczyzna" name="plec"></p>
- <p><input type="submit" name="przycisk" value="Wyślij"></p>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement