Re: PHP Tips and Tricks Alternative control structure syntax
I highly recommend staying away from the if (): ... endif; style syntax and sticking with curly braces, if () { ... }. This is the preferred syntax and it makes your code easier to read.
__________________ Thanks & Regards
Sabari... |