rootuss

index

Nov 16th, 2017
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>Piekarnia</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10.     <h1>Zamówienie online</h1>
  11.     <form action="order.php" method="post">
  12.         Ile pączków (0.99 PLN/szt):
  13.         <input type="text" name="paczkow" />   
  14.             <br /><br />
  15.         Ile grzebieni (1.29 PLN/szt):
  16.         <input type="text" name="grzebieni" />
  17.             <br /><br />
  18.         <input type="submit" value="Wyślij zamówienie" />
  19.     </form>
  20.    
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment