
09-22-2004, 02:03 AM
|
|
|
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by clamcrusher
and also, i beleive you should be using || instead of OR
AND and OR are bitwise operators. If you dont know what those are, you should probably avoid them altogether
use && instead of AND
use || instead of OR
|
http://www.vbulletin.com/docs/html/m...andards_and_or
from: http://www.vbulletin.com/docs/html/codestandards
|