If you get PHP error something like “syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM” it should be immediately obvious to you that PHP parser believes that you are missing a dollar sign in front of one of the variable names on that particular line (for example in isset or foreach clause)
Isn’t this obvious?
Leave a Reply