Parse error: syntax error, unexpected T_STRING usually means that you forgot to close the previous line.
So for example:
$something = ""
$somethingelse = "";
?>
<title>
Or something to the equivalent of the above. Check the next line up for a missing semi-colon or something else that could be...