|
Posted by gosha bine on 09/11/07 11:36
On 11.09.2007 13:02 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
Hi Anne
that code is ok, shouldn't be a parse error. Are you sure the error is
in this file?
T_STRING and other T_xxx constants are token names in php parser. They
are documented in "Appendix S. List of Parser Tokens". T_STRING is a
sequence of characters without quotes, for example, in
function foobar () {
"foobar" would be a T_STRING.
--
gosha bine
makrell ~ http://www.tagarga.com/blok/makrell
php done right ;) http://code.google.com/p/pihipi
Navigation:
[Reply to this message]
|