filmov
tv
PHP: Learn about Logical operators
Показать описание
&& and || are primary logical operators which helps compare two conditions in an if statement
For e.g. if($x greater than 10 && $x less than 20) will return true value if $x =11 to 19. This helps to build complex conditions in php statement.
So true && true = true
true || true = true
true || false = true
false || false = false
true || false = true
true && false = false.
You can even combine multiple operators in a single if statement.
Watch the video to know more
A small favor - to help us.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It takes us a lot of time to create and upload these videos. We want you to learn from them and work towards your progress.
In return all we ask is that you share this video with your friends , by clicking the share link above.
You can also "Like" or "Favorite" them or add them to your playlists.
You can stay updated on our channel by clicking on subscribe button ( absolutely free )!!!! Thanks a lot.
For e.g. if($x greater than 10 && $x less than 20) will return true value if $x =11 to 19. This helps to build complex conditions in php statement.
So true && true = true
true || true = true
true || false = true
false || false = false
true || false = true
true && false = false.
You can even combine multiple operators in a single if statement.
Watch the video to know more
A small favor - to help us.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It takes us a lot of time to create and upload these videos. We want you to learn from them and work towards your progress.
In return all we ask is that you share this video with your friends , by clicking the share link above.
You can also "Like" or "Favorite" them or add them to your playlists.
You can stay updated on our channel by clicking on subscribe button ( absolutely free )!!!! Thanks a lot.