One of the most basic problems for newbies like like me is understanding the PHP syntax. I can understand HTML tags such as: <p>paragraph</p> -that makes sense.
But when It comes to PHP I am totally clueless, I can't figure out constants, arrays, variables, strings and all that crap.
This article explains the basics of beginning to learn the syntax.
http://www.onlamp.com/pub/a/php/2001/03/08/php_foundations.html
I thought it might be useful for other newbies as well. 🙂