|
Posted by Lammi on 09/11/07 11:19
On 11 Sep., 13:02, Anne Bos <anne.boss...@hccnet.nl> wrote:
> 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
try adding a ; behind session_start().
T_STRING means, that the parser found a string instead of whatever it
expected. i don't know why it's called T_STRING.
Navigation:
[Reply to this message]
|