Forum Moderators: coopster
I have a file which includes another file:
<? php include('file_2.php'); ?>
-----
file 2 can contain a statement as simple as:
<?php $testVar = "this is a test";?>
-----
and I get this error:
Parse error: parse error, unexpected T_VARIABLE in file_2.php on line 1
Thank you, for responding. It was a stupid error on my part. The error turned out to be a space between "<?" and "php"
Ralph