Forum Moderators: coopster
I am quite new to php coding and am currently setting up a login area for a CMS.
The problem i get the following area and i can't see the problem, can anyone help?
Error Message: Parse error: parse error, unexpected T_VARIABLE in /homepages/29/d88864903/htdocs/predicto/newsite/admin/_includes/Sentry.php on line 53
The line it refers to is:
$getUser = $loginConnector->query("SELECT * FROM pfl_admin_users WHERE user = '".$_SESSION['user']."' AND pass = '"$_SESSION['pass']."' AND thegroup <= ".$group.' AND enabled = 1');
Any help would be appreciated.
Thanks