aboutsummaryrefslogtreecommitdiff
path: root/reservation.php
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-02 12:46:32 +0200
committerMateja <mail@matejamaric.com>2020-10-02 12:46:32 +0200
commit0d8992a2762d6a2b983d9aa1c2944d6cebef7371 (patch)
treedae38e899cad27a3605b16a3ffabb56983da16c7 /reservation.php
parent6a290235781cbca58dd1d102d030110b4eb0c6c9 (diff)
downloadold-php-yota-0d8992a2762d6a2b983d9aa1c2944d6cebef7371.tar.gz
old-php-yota-0d8992a2762d6a2b983d9aa1c2944d6cebef7371.zip
Starting direct work...
Made SQL notes.
Diffstat (limited to 'reservation.php')
-rw-r--r--reservation.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/reservation.php b/reservation.php
index f070d1c..7b34f71 100644
--- a/reservation.php
+++ b/reservation.php
@@ -44,19 +44,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['fname']) && isset($_PO
}
}
?>
-<form method="post">
-<label for="fname">First name:</label>
-<input type="text" id="fname" name="fname">
-<label for="lname">Last name:</label>
-<input type="text" id="lname" name="lname">
-<label for="age">Age:</label>
-<input type="number" id="age" name="age">
-<input type="submit" value="Submit">
-</form>
-
-<hr>
-<hr>
-<hr>
<form method="post">
<!-- SPECIAL CALL -->