View Single Post
  #6 (permalink)  
Old 12-18-2007, 06:09 AM
Sabari Sabari is offline
D-Web Genius
 
Join Date: Jul 2007
Posts: 1,008
Sabari is on a distinguished road
Default 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...
Reply With Quote