06-11-2009, 01:44 AM
|
#8 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
PHP Code:
if ($n == 12 || $n == (1 + 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...
|
|
|
|