Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Strona tytułowa</title>
  4. </head>
  5. <body>
  6. <form action="index.php" method="get">
  7. <input type="submit" name="submit" value="Powrót">
  8. </form>
  9. </form>
  10. <?php
  11. $imie = $_POST['name'];
  12. $nazwisko = $_POST['surname'];
  13. $mail = $_POST['email'];
  14. $fruit =$_POST['product'];
  15. $countFruit = $_POST['countProducts'];
  16. echo $fruit;
  17. ?>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement