After uploading a php file I got back the error message 'unexpected
T_STRING on line 1'.
Line 1 is <?php session_start() ?>.
The servers php version is 5.2.1.
By the way, what is a T_STRING. I can't find that on php sites.
Any suggestion is appreciated.
Anne Bos
T_STRING on line 1'.
Line 1 is <?php session_start() ?>.
The servers php version is 5.2.1.
By the way, what is a T_STRING. I can't find that on php sites.
Any suggestion is appreciated.
Anne Bos
Comment