17: What Is a While Loop in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners

preview_player
Показать описание
What Is a While Loop in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners. In this PHP tutorial you will learn about while loops which are often used in PHP scripts. While loops are used to loop through multiple pieces of data one at a time. Loops can help with spitting out a lot of data using little code.

➤ 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 :)

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

I love the way you say "loop" :D

markobecaj
Автор

finally after 2 months i can use LOOPS and their families ! thank you for your best short and clear tutorial ...

alanproduction
Автор

The best tutorials by mmtuts ... cannot say anything more ... after I learned more than 600 video clips from various Youtube tutorials for Java, Java Script, python, Networking, Android, xhtml-css, MySQL

lich
Автор

Wow, you explained the while loop in a crystal clear way in less than 5 minutes, there are many instructors out there can't explain to their students what exactly while loops are in a 2-hour lecture

chow
Автор

Thanks for being super short and to the point, I've been playing with php for most of the day now because you make it fun.

mikewest
Автор

subscribed! only good instructors can say "loop" that way

on_est
Автор

I like how you do projects after tutorials. Thank you😊

creativitydisplay
Автор

all the comments are saying what should be saied, awesome videos!

gilbertkhoueiry
Автор

Man you are the best web developement tutorial maker ive seen yet. I love watching your videos because you are explaining almost everything so well that even a dumbass like me is able to understand it. Thank you for making these great videos :) Also can you tell me what color scheme you are using in submlime? My variables arent colored and i hate it! :D

FDK
Автор

Wonderfully done. I have a question. Assuming I want to use one submit button to send unique content to user emails already registered in my database. How do I command while loop to send the unique or dynamic information to their different email address by the click on a button.

To explain further.
Assuming I want to send my students' grades to their phone number. If I select their phone number and grades from database, how do I use while loop to dynamically run the commands and push their unique grades to their phone using pho while loop as u just taught

qwebbuilder
Автор

Hey buddy... You are amazing... Excellent explanation.. You are the best... Keep it up

narayanmani
Автор

Usefull :D, By any chance do you have a forum tutorial or able to make one? im currently working on my website and i have no idea how to build a forum

ScareyoHexir
Автор

I recently came accross an expression in while loop that threw me off guard. It is from David Sklar’s “Learning PHP”.

What I can’t wrap my head around is how $line = fgets($fh) is an expression?
$fh = fopen(“addresses.txt”, “rb”);
while((! feof($fh)) && ($line = fgets($fh))) {

}

seth
Автор

"LLLUB" 😂 Btw awesome video! lol

sophusagger
Автор

Dear Daniel, your videos are the best tutorials. just wanted to see more of them for that i have a little suggestion can you please build more projects type of tutorial like the login system.
thank you.
Regards
ME

testsxing
Автор

Awesome explanation and videos . Thanks a lot

sharifabahar
Автор

Hi, im a newbie her. What kind of PHP text encoder you are using. Can you give me link when can I download it.

midi-acre
Автор

dude my pc crashed because of infinite loop

rakshitchauhan
Автор

mmtuts won't reply on this for sure

aaronjosephcarillo