July 2009
M T W T F S S
« Jun   Dec »
 12345
6789101112
13141516171819
20212223242526
2728293031  

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?

Download and install wordpress with single PHP script

One of the common tasts that I have to do recently is installing wordpress on new website. While configuring the Wordpress is simple and fast before you get there you need to download wordpress ZIP file, extract it to the correct folder (by default unzipping the file will create folder “wordpress” that you most likely [...]