diff --git a/secure.php b/secure.php index 7b971a3..3f0adf4 100644 --- a/secure.php +++ b/secure.php @@ -11,7 +11,8 @@ $pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password') if(!isset($_SESSION['userid'])) { die('Please login'); } - + + /* $userid = $_SESSION['userid']; $username = $_SESSION['username']; $useremail = $_SESSION['email']; @@ -32,7 +33,10 @@ echo "
"; echo "This is the end now!"; echo "
"; echo "goodbye"; +*/ ?> - + +
+ \ No newline at end of file