Advertisement
Guest User

JUŻ

a guest
Nov 27th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8" />
  5. </head>
  6. <body>
  7.     <form method="post" action="" >
  8.         Imię: <input type="text" name="imie">
  9.         <input type="submit" value="wyslij">
  10.     </form>
  11.     <?php
  12.         echo $_POST['imie'];
  13.     ?>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement