php language 5 Mistakes in PHP Programming (and How to Avoid Them) As a novice PHP programmer, there are a few mistakes that everyone makes. These are the errors that are very basic and can easily be avoided. For example, using an ‘assignment’ operator (=) when you actually intend to compare things (using the == operator). If you started out with C