Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php parse error: unexpected character "" (ascii 22) on line 1

Unexpected characters error occur mostly when you have not put semi-colon

In this case, if I write "", it will have an error becuase there is no function

If I write

echo "something"; it's right
 
PREVIOUS NEXT
Tagged: #php #parse #unexpected #character #line
ADD COMMENT
Topic
Name
6+6 =