12: What Are Logical Operators in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners

preview_player
Показать описание
What Are Logical Operators in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners. In this PHP tutorial you will continue to learn about operators. This lesson will cover the type called logical operators, which is frequently used together with the comparison operators we learned about in lesson nr. 10. The idea behind logical operators is that we can set specific conditions which needs to be met before a PHP script is executed.

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Рекомендации по теме
Комментарии
Автор

'||' they are actually called pipes. Anyway great series of tutorial (y)

sagartimalsina
Автор

This is really AWESOME. I usually don't comment but this is great work. I highly recommend these series for beginners.

gaurangpatel
Автор

This kind of tutorial is what I need. Only focuses step by step learning of students. Thank u sir!

angelocanulang
Автор

The greatest tutorial for PHP I ever saw. Thank you so much Daniel.

NathalieLega
Автор

from part 1 to part 12 :) Ill watch and comment every time I finish 1 video

aaronjosephcarillo
Автор

I like these tutorials. From the ground up is the way to go.

Mike-ipel
Автор

thank u so much for the greatest php tutorial ever love from INDIA

harshzgaming
Автор

Very clear explanations, you are the man!

yanirazelaya
Автор

love your videos. They are fantastic for the beginner PHP programmer!

franciemaxwell
Автор

I actually found the value of logical operators later in my learning journey as it helped me minimize nested if-statements.

loreleiramirez
Автор

i prefer || and && because of my background in C programming

yakimianandrew
Автор

For the (xor) actually if both values are true or both values are false the result will equal false but if one of them is true and one is false the result will equal true. 👀

MrDaMotto
Автор

Good thing our teacher taught us C++ i never thought it would be usefull. C++ so old machine language.

fdtgaming
Автор

Hi, im curious about what theme/color scheme you're using?

Reguuuu
Автор

how do you make your variables look green in sublime text??? It looks cool!

programmingprogrammer
Автор

quick question can u replace javascript's purpose with php

antonytome
Автор

Does anyone know why when I enter the variable, the letters and symbols turn white instead green?

israelpadilla
Автор

Us native English speakers also don't know what those vertical lines are called.

webcelt
Автор

"and" "or" are still supported in PHP 7?

mariocarnival
Автор

'and' can also be replaced by '&&'

marcusmeyer