Top 20 PHP Programming Mistakes Guide
One of PHP’s greatest strengths happens to be one of its greatest weaknesses as well: PHP is easy to learn. Many people are attracted to the language because of this, not realizing that it’s a lot tougher to learn how to do it right.
There just hasn’t been enough emphasis on good programming practice. Inexperienced coders are being asked to create and distribute complex web applications. Mistakes that an experienced programmer would avoid are all too common, such as the improper use of the printf() function or the misapplication of PHP’s semantics.
