September 2010
M T W T F S S
« Dec    
 12345
6789101112
13141516171819
20212223242526
27282930  

expecting T_PAAMAYIM_NEKUDOTAYIM

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?