I am getting this error:
PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
When I do this call:
<?php
inlcude '../global.php';
?>
And the global.php file is there, so I don’t think that is the problem. I am trying to call global.php as the first thing that happens in the script.
Anyone know how to fix this error?
Spellcheck says “boo!”.