Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html> <head>
- </head>
- <body>
- strona w php
- <br><br>
- <?php
- echo($_GET['imie'])."<br>";
- echo($_GET['nazwisko'])."<br>";
- echo($_GET['pesel'])."<br>";
- echo($_GET['Miasto'])."<br>";
- echo($_GET['plec'])."<br>";
- ?>
- </body>
- </html>
Add Comment
Please, Sign In to add comment