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? Quote 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." Quote 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 Quote 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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/124466-or-and-operators/#findComment-642760 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.