I am receiving this error message and the line it is referring to is below.
Parse error: parse error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
[PHP]if (isset($_SESSIO N['user_id']) AND (substr($_SERVE R['PHP_SELF'], -10) != 'logout.php')) {[/PHP]
I know that sometimes an error may come to rest on a particular line but the infraction could be somewhere above it. Could this be the case here?
Parse error: parse error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
[PHP]if (isset($_SESSIO N['user_id']) AND (substr($_SERVE R['PHP_SELF'], -10) != 'logout.php')) {[/PHP]
I know that sometimes an error may come to rest on a particular line but the infraction could be somewhere above it. Could this be the case here?
Comment