Forum Moderators: coopster
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /mnt/web_a/d11/s01/b01b9236/www/theindex.php on line 261
For example..
echo("Your name is " . name );
..would produce that error because "name" is not variable; it should be $name.
If you can't fix the error just post line 261 of your code, there shouldn't be any need to see any more in order to point a finger at the problem
Also, if you are operating on an array [us4.php.net], double check your syntax.