Posted by Jerry Stuckle on 09/11/07 11:22
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 :-)
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|