tei123

formul2

Nov 4th, 2016
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <html> <head>
  2. </head>
  3. <body>
  4. strona w php
  5. <br><br>
  6. <?php
  7. echo($_GET['imie'])."<br>";
  8. echo($_GET['nazwisko'])."<br>";
  9. echo($_GET['pesel'])."<br>";
  10. echo($_GET['Miasto'])."<br>";
  11. echo($_GET['plec'])."<br>";
  12. ?>
  13. </body>
  14.  
  15. </html>
Add Comment
Please, Sign In to add comment