Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php parse error: syntax error, unexpected t_string on line 1

//usually this means missing ' or " in a statement
echo 'xyz; //this will cause unexpected t_string error
echo 'xyz 'ax'';//this will cause unexpected t_string error
 
PREVIOUS NEXT
Tagged: #php #parse #syntax #unexpected #line
ADD COMMENT
Topic
Name
8+6 =