|
Posted by Anne Bos on 09/11/07 15:32
On Tue, 11 Sep 2007 07:22:57 -0400 wrote Jerry Stuckle
<jstucklex@attglobal.net>:
>Anne Bos 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
>
>Aren't you missing something - like maybe a semicolon? :-)
>
>T_STRING AFAIK is just a non-operator, non-numeric value. I've never
>seen a definition of it, either - but never really looked for it. Too
>many years coding C/C++ - I'm use to cryptic messages :-)
Sorry, the ; is there. I should have copypasted.
So line 1 is <?php session_star(); ?>
Thank you so far.
Anne
Navigation:
[Reply to this message]
|