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