PHP Procedural & MySQLi Lesson 15: Logical Operators (Urdu/Hindi)

preview_player
Показать описание
If you want to be a PHP developer and if you want to learn PHP, then you are at the right place. In this playlist, you will learn everything about PHP functional or PHP procedural which includes Constants, Arrays, Session, Cookie, operator, function, file handling, MySQL database, MysQli extension and all best practices to become a PHP developer. I am pretty sure that you will find this PHP course very useful.

Contact me if you want to buy courses.

Mobile: +92 332 4737443
WhatsApp: +92 332 4737443
Рекомендации по теме
Комментарии
Автор

Thank you brother. Very easy teaching method and very helpful too.

hasanmashriqi
Автор

sir app ka video bahut acha hain. main regularly dakta hu aur dhira dhira mujha samajh mai aa raha hain. Thank you sir.

pritampritam
Автор

sir
mujhe nested loop k bare me bataye.

nashifali
Автор

In php.net operator precedence manual it showed that "and" and "&&" have different precedence .
<?php $a = $b && $c; ?>
<?php $a = $b AND $c; ?>

the first code will set $a to the result of the comparison $b with $c, both have to be true, while the second code line will set $a like $b and THAN - after that - compare the success of this with the value of $c.
Please make video regarding php.net operator precedence table.

alamriku