aboutsummaryrefslogtreecommitdiff
path: root/reservation.php
diff options
context:
space:
mode:
Diffstat (limited to 'reservation.php')
-rw-r--r--reservation.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/reservation.php b/reservation.php
index ec46440..05f6fa7 100644
--- a/reservation.php
+++ b/reservation.php
@@ -24,11 +24,14 @@ session_start();
?>
</nav>
<main>
+
<?php
- require "handle-reservation.php";
+if (isset($_SESSION["msg"])) {
+ echo "<p class=\"mid\"><strong>" . $_SESSION["msg"] . "</strong></p>";
+}
?>
-<form method="post">
+<form action="handle-reservation.php" method="post">
<!-- SPECIAL CALL -->
<label for="special-call">Special Call:</label>
<select id="special-call" name="scall">