PHP : OR operator
PHP : OR operator
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- tobor0
Okay... I should have checked to see if it had written my whole questions:
Instead of this:
if($poo == 'CO' || $poo == 'PR')Could it be this:
f($poo == 'CO' || 'PR')