PHP - Logical Operators

preview_player
Показать описание
Logical Operators allow you to use AND or OR in comparisons for Loops and If Statements.
Рекомендации по теме
Комментарии
Автор

U r the perfect teacher/professor for any student to xcel in life...
Thanks for being such a good creater and sharing the things to us

govinduday
Автор

Thank you Eli for making a videos about PHP ❤😊

franzmikolan
Автор

I would suggest using a code editor such as sublime text or another that color codes. Using a plain text editor for code may make people think your a system admin 😎

ChicagoJ
Автор

<?php

$bad ass = "Eli";
if ($bad ass == 'Eli') {
print "thanks Eli!! I'm new to coding"
}

jc-zhkl