How to fix syntax error, unexpected T_IF error in php?

The Solution to How to fix syntax error, unexpected T_IF error in php? is


PHP parser errors take some getting used to; if it complains about an unexpected 'something' at line X, look at line X-1 first. In this case it will not tell you that you forgot a semi-colon at the end of the previous line , instead it will complain about the if that comes next.

You'll get used to it :)

~ Answered on 2012-06-02 06:40:51


Most Viewed Questions: