Possible Duplicates:
Reference - What does this symbol mean in PHP?
What is the difference between the | and || operators?
Just bumped into this line of code, and I was wondering what is the difference between these two case:
The person who did this do not remember what was the meaning, but it was important.
...
if ($condition1 | $condition2) {
...
...
if ($condition1 || $condition2) {
...
operatorand|before asking the question, but didn't found anything (since I didn't know the term to use (bitwise operator). The question can be deleted, thanks. – yvoyer Mar 22 '11 at 16:19php.net/whateverand PHP will translate the whatever into a search for that term. The operators URL I posted above was the result of hittingphp.net/operator– Marc B Mar 22 '11 at 16:25