djtizzlemaster
Programmer
Based on troubleshooting I know that it is only this one line that is creating the problem. When I remove this line the page works fine.
The error code I get is:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
Any ideas? Thanks..
Code:
$file_contents = "if (@$HTTP_SESSION_VARS['status'] <> 'login') {";
The error code I get is:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
Any ideas? Thanks..