PHP coding tips to write less code (If then else and for loop)

PHP is a good language, but there are always surprises. This tip is useful to "lazy" developers who do not even think about variable names. They may prefer magic names like ${0} and 0 is good enough variable name, why not...So here are a few tips that can make your code shorter and harder to read :-) [ Full Article]