15 | How to Use and Create Loops in PHP | 2023 | Learn PHP Full Course for Beginners

preview_player
Показать описание
In this PHP tutorial I will talk about loops in PHP, and why we use them in our code! 🙂 We have 4 different types of loops in PHP, and in this video I will show you have to create them, and when we might use them.

Documentation:

➤ 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 and YouTube Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

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

You're always excited when teaching and we become also excited like you :)

AgenceWebSigma
Автор

Been struggling with grasping the loop concepts but as soon as this guy taught it, it sticked super hard! Thank you so much man 🙏

ZACK_TRADES_FOREX_
Автор

Little tip, I too got sick of hunting for my cursor when working with un-styled web pages...so I made it bright green. I can probably now measure the amount of time saved hunting for it in hours!

JefferyHarrold
Автор

you are really good guy dani thank you very much

ellismail
Автор

You just saved my sorry ass, big time.

I feel like the dumbest MF alive by ignoring this vid for so long

Thanks dude.

elonleon
Автор

So, the IDE places the { character at the end of the line when you create a function and the for loop yet with the function you move the { to the first line and leave it alone with the for.

YesiPleb
Автор

Fun Fact: You can double tap the CTRL button to find your mouse easier; at least that's the case with the US keyboard layout

peaklegacy
Автор

How does $$foo work and when is it required to use $$ variable?

chikeziechinonso
Автор

The more I look at bro's face, the more he looks like ELON MUSK!!
😂

kingreu
Автор

Dan Dan . We need to see how to create download file in php and mysqli

kabhikachambala
Автор

Dani I'm sorry!!! I keep forgetting to leave a like!!😭

peaklegacy
Автор

alert("How many times can you click ok?");
$i = 1;
while (true) {
alert("you clicked ok $i times, do you want to continue?") ;
$i += 1;
}

😈😈😈😈

Stoney_Eagle