PHP Comparison Operators Tutorial in Hindi / Urdu
ฝัง
- เผยแพร่เมื่อ 2 ธ.ค. 2024
- In this tutorial you will learn php comparison operators tutorial in Hindi, Urdu.You can learn what is php comparison operators / relational operators and how to use them for conditional statement in hindi.
PHP Tutorial in Hindi Playlist
• ✅ PHP Tutorial in Hind...
Official Website
www.yahoobaba.net/
Follow us on Facebook
/ yahooobaba
Follow us on Twitter
/ yahooobaba
#php #webdevelopment #webdesign
Thank u sir your teaching method very very good..... this tutorial very helpful for me great job sir...
Thanks Renu :)
you should add numering in the playlist ....it will be easy for us to remember where we left last time...btw your way of teaching made php so simple for me
I already put the video numbers on video's thumbnail.
@@YahooBaba oh sorry , i didn't notice it!
Sir aap bohat ache se samjate hai thank u so much
Your most welcome :)
You are great man in earth TYRON
Thanks :)
Your every video is just impresive
Sir pls make a video on ci framework. Your mehod of teaching is very good. Thanks a lot. 🙏
Yes sure after PHP course
Best teacher ❤
You are a good teacher
Best teacher Yahoo baba
Yahoo Baba.. Sir Kindly Yeh Ap Sary Concept Clear Tu Kar Rae Hai Lekin Yeh Bhi Kare Ke Kisi Project Pr Live Kaam Krke Batye.. Taky Hamhen Programming Karne Mai Confidence Aye, Is Trha Just Apki Playlist Dekh Rae Hai Or Try Krty Hai.. Lekin Koi Goal Nhi Ban Pa Raha Ke Koi Web Yeha Koi New PhP Se Cheez Banae
PHP COURSE mein already 3 projects karwaye hue hai
your tutorial is best sir .
Many many thanks
Nice video sir ji,
I am BCA 3 year student
Thanks and welcome
7:01 sir values are not match but data types are same🤔🤔
Output is 1 coz values are not same . This operator checks both if any of them are not equal than it will return true.
10!="10" output false bcoz values are same
10!=="10" ouput true coz data type is different
Very nice work sir
Thanks
sir identical comparison operator m variable ki value y iski data types dono m s koi ek chz bhi same hogi to true hojayega ,but sir jb hm value integer , rkhte h 2no variable ki or value chng krdete h to y false print krata h
$a=10; $b=9;
echo $a!==$b;
to sir isme dono variables ki value integer h phir y true ku nhi print kra rha ?....
Sir hm aap k php sabhi video dhekh
Chuke h
Sir aap ne bola tha ki laravel Or CI pr last me video nhi banaye h sir aapne
Sir kiya Php ko react oor react native ke sath as a database use karsakty hain?
PHP ko React JS ke sath toh use kar sakte hai lekin React Native ka mujhe nahi pata.
Sir jab website create krty hy to boostrap or j query krni lamzi hy jab us ka path index.html dy to
Nahi aisa kuch nahi hai lekin agar aap karloge toh kafi helpfull rahega.
Sir Grid system ka use krna lamzi hy
Hello Sir -1 ko kya kehege ? is condition me ager b greater hai
Great sir
Thanks :)
Thanks sir..
Yahoo baba ki jay🙏
Thank 😀
GOOD!!! sir
Love from Pakistan
thanks
awesome
Thanks Rahul :)
Welcome sir.
Nice sir #khkwebacademy
Nice
!== means not equal value and type than in practical example i couldnt understand you. why ans is 1 when type is same in both
Not eqaul (!) Ka kaam he hota ha true ko false ma convert karna. Jab aap operation precedence parho ga to aap ko pata laga ga == ko pehla interpreter pehla solve karta ha aur ! Ko baad ma. Iss liye interpreter == ko check kara ga jo not equal ha jo false ha aur (! ) false ko true ma convert kar lega iss liye answer (1) ha
Ya sab operater hum project ma kha use ker te hain sir
Yeh sab operators hum conditional statement ke sath use karte hai like
if() ELSE statement. Aage aane wali videos mein aap sab kuch seekh jaoge ki kha use hota hai in operators ka.
@@YahooBaba thanks sir
Sir please Laravel ka complete course Karwa de
Coming soon
Sir
Saare notes kaha milega
Agar Mereko 3 Min Se Video Dekhna He To Kya Karu?????
Video Skip Q Nahi Ho Raha????????
I came from SDPS and u?
😂😂😂
What is SDPS?
@@uprooted116 my school name 😂😂😂
@@nike_fake Ohhh😂
@@uprooted116 where are u from
@@nike_fake Kolkata, India
complete
$a=10;$b=10;
$a=$a!==$b
echo (&$a);
Kya aayega
$a=10;
$b="10";
$a=$a!==$b;
echo($a);
Jo bhi aapko Dikh rha hai wahi aayega
False (0)
@@DhirajKumar-vd6wv false
Please infom
u explained not equal to in wrong way................
No dear it is a right way. If not then you tell me what is the right way?
@@YahooBaba sir it is follow (or rule) means any one condition is right so it given true... Both condition are wrong so it given false..... Ok sir...👍
Thanks sir...
Nice