I'm just started with php. I used to use AND
and OR
but found out about &&
and ||
, what is the difference of these operators?
Asked
Active
Viewed 2,355 times
2

ST3
- 8,826
- 3
- 68
- 92
-
I'm not very into php, but as I heard they have different priority level. – ST3 Jul 05 '13 at 07:42
-
http://www.php.net/manual/en/language.operators.logical.php – Ja͢ck Jul 05 '13 at 07:45
-
also http://stackoverflow.com/questions/3737139/reference-what-does-this-symbol-mean-in-php – Gordon Jul 05 '13 at 08:30