mariusqw

Untitled

May 12th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?php
  2. if(isset($_GET['error']) == "weightError") {
  3. echo "Nurodytas klaidingas svoris.";
  4. } else if(isset($_GET['error']) == "heightError") {
  5. echo "Nurodytas klaidingas ūgis.";
  6. }
  7. ?>
  8.  
  9.  
  10. <form action="calculate.php" method="POST">
  11. <label for="personWeight">Svoris</label>
  12. <input type="text" name="personWeight">
  13.  
  14. <label for="password">Ūgis</label>
  15. <input type="text" name="personHeight">
  16.  
  17. <button type="submit" name="submitForm">Toliau</button>
  18. </form>
Add Comment
Please, Sign In to add comment