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?
Thanks for your help.
<blink>
. – deceze Mar 3 '11 at 6:43include('../global.php');
– Santosh Linkha Mar 3 '11 at 6:43