View Single Post
Old 06-11-2009, 01:44 AM   #8 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

PHP Code:
if ($n == 12 || $n == (11)) {
// Do something
     
lets_call_a_function($with$some$variables);

Ive tried a few of styles and this is a mix of spaces, single lines, ect...
__________________
My Site
adamdecaf is offline  
Reply With Quote