Thread: A space or not?
View Single Post
Old 01-06-2008, 06:06 PM   #6 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

It is just personal preference... I like to style my if's like below:
PHP Code:
if(2){
   echo 
"LIES!";
}else(
   echo 
"MORE LIES!";

Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote