diff options
author | Mateja <mail@matejamaric.com> | 2020-10-04 01:00:02 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-04 01:00:02 +0200 |
commit | 9bcdc348dc9e93440e1cb5067548241259750cef (patch) | |
tree | 38de9eb87530d32dadc4a5378ef7743d00896841 /handle-reservation.php | |
parent | a3094caeb564821870870d57efb4a4fc3fd659e7 (diff) | |
download | old-php-yota-9bcdc348dc9e93440e1cb5067548241259750cef.tar.gz old-php-yota-9bcdc348dc9e93440e1cb5067548241259750cef.zip |
Working...
Diffstat (limited to 'handle-reservation.php')
-rw-r--r-- | handle-reservation.php | 2 |
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"; |