aboutsummaryrefslogtreecommitdiff
path: root/handle-reservation.php
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-04 01:00:02 +0200
committerMateja <mail@matejamaric.com>2020-10-04 01:00:02 +0200
commit9bcdc348dc9e93440e1cb5067548241259750cef (patch)
tree38de9eb87530d32dadc4a5378ef7743d00896841 /handle-reservation.php
parenta3094caeb564821870870d57efb4a4fc3fd659e7 (diff)
downloadold-php-yota-9bcdc348dc9e93440e1cb5067548241259750cef.tar.gz
old-php-yota-9bcdc348dc9e93440e1cb5067548241259750cef.zip
Working...
Diffstat (limited to 'handle-reservation.php')
-rw-r--r--handle-reservation.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/handle-reservation.php b/handle-reservation.php
index bed1949..076b02a 100644
--- a/handle-reservation.php
+++ b/handle-reservation.php
@@ -1,4 +1,6 @@
<?php
+session_start();
+
if ($_SERVER["REQUEST_METHOD"] == "POST") {
// DB INFO
$user = "yota_requester";