-
Getting error for using the session variables used in PHP
almost 9 years ago
-
about 8 years ago
your mistake in line $_ESSION['loggedIn'] = 'yes'; please replace with $_SESSION['loggedIn'] = 'yes'; then will working fine
-
-
over 6 years ago
you must have error in $_ESSION['loggedIn'] correct it -
-
over 8 years ago
Line 10 should be $_SESSION['loggedIn'] = 'yes';
You have a small omission in your spelling of _sESSION, you missed the lower case s.
-
3 Answer(s)