02-09-2009, 10:57 PM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
Yes. The first way, I suppose. Although lay it out a little better by adding more spaces:
php Code:
if ($row[2] >= 8 && $data[1] < 300 && $data[4] >= 400 && $data[6] >= 400) { /* Do something... */ }
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|