You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse error: syntax error, unexpected identifier "session_start", expecting "{" in C:\xampp\htdocs\sport club mangment\include\db_conn.php on line 17
#1
Open
ozer23456 opened this issue
May 22, 2021
· 0 comments
con))
{
echo "Failed to connect to Mysql: " .mysqli_connect_error();
}
?>
\" ;
exit();
}
}
// before we allow sessions, we need to check authentication key - ckey and ctime stored in database
/* If session not set, check for cookies set by Remember me */
if (!isset($_SESSION[user_data]) &&!isset($_SESSION[logged]) &&!isset($_SESSION[auth_level])) {
session_destroy();
echo
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: