phpcodec Posted September 16, 2008 Share Posted September 16, 2008 I noticed that if i use || instead of OR - && instead of AND in IF statements it shows different results why is this? Link to comment https://forums.phpfreaks.com/topic/124466-or-and-operators/ Share on other sites More sharing options...
Mr_J Posted September 16, 2008 Share Posted September 16, 2008 I noticed that if i use || instead of OR - && instead of AND in IF statements it shows different results why is this? quote: SAMS TEACH YOURSELF PHP IN 10 MINUTES, page 23: "The difference between <i>and</i> and && (and between <i>or</i> and ||) is the precedence used to evaluate expressions." Link to comment https://forums.phpfreaks.com/topic/124466-or-and-operators/#findComment-642742 Share on other sites More sharing options...
phpcodec Posted September 16, 2008 Author Share Posted September 16, 2008 That is really no help BUMP Link to comment https://forums.phpfreaks.com/topic/124466-or-and-operators/#findComment-642744 Share on other sites More sharing options...
Mchl Posted September 16, 2008 Share Posted September 16, 2008 How about this? Link to comment https://forums.phpfreaks.com/topic/124466-or-and-operators/#findComment-642747 Share on other sites More sharing options...
KevinM1 Posted September 16, 2008 Share Posted September 16, 2008 Look at Example 1: http://www.php.net/manual/en/language.operators.logical.php Link to comment https://forums.phpfreaks.com/topic/124466-or-and-operators/#findComment-642760 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.