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

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

Dani Krossing

8 лет назад

119,076 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@alanproduction910
@alanproduction910 - 18.01.2023 23:11

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

Ответить
@llBestBoyll
@llBestBoyll - 31.05.2022 21:11

Nice man 👌🏼

Ответить
@mojeDIY
@mojeDIY - 03.05.2022 11:47

well explained, like, sub

Ответить
@sulalithasannasgala
@sulalithasannasgala - 01.12.2021 06:44

Thanks for lesson 👍

Ответить
@lasithadulshan7357
@lasithadulshan7357 - 14.09.2021 15:39

Nice ❤

Ответить
@sophusagger6023
@sophusagger6023 - 04.04.2021 18:07

"LLLUB" 😂 Btw awesome video! lol

Ответить
@mikewest5670
@mikewest5670 - 10.03.2021 07:37

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.

Ответить
@on_est3850
@on_est3850 - 02.03.2021 16:05

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

Ответить
@lawrencemichael5571
@lawrencemichael5571 - 15.07.2020 01:20

<?php
$X = 1;
while ( x < 5 ) {
echo "THANKS MAN! YOU'RE THE BEST!<br>";
}
?>

Ответить
@testsxing2321
@testsxing2321 - 09.06.2020 17:41

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

Ответить
@narayanmani3000
@narayanmani3000 - 22.05.2020 05:27

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

Ответить
@6AM96
@6AM96 - 06.02.2020 20:54

These are so helpful thank you a lot

Ответить
@gilbertkhoueiry1304
@gilbertkhoueiry1304 - 25.03.2019 23:38

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

Ответить
@chow7052
@chow7052 - 19.03.2019 04:11

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

Ответить
@photon2724
@photon2724 - 20.01.2019 05:06

l⭕⭕🅿s

Ответить
@VectorRoblox
@VectorRoblox - 18.11.2018 06:26

Thank you so much!

Ответить
@davonlodb
@davonlodb - 10.10.2018 18:54

very good video thanks

Ответить
@creativitydisplay3059
@creativitydisplay3059 - 06.10.2018 09:28

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

Ответить
@movine2344
@movine2344 - 09.09.2018 00:42

I really wanna become pro like you

Ответить
@movine2344
@movine2344 - 07.09.2018 22:19

Amazing

Ответить
@erik-fisher
@erik-fisher - 05.09.2018 21:02

I like those lups !

Ответить
@AregGhazaryan
@AregGhazaryan - 29.07.2018 16:16

Brother can i have some LÖÖPS?

Ответить
@4seth
@4seth - 26.06.2018 17:53

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))) {

}

Ответить
@4585329
@4585329 - 02.04.2018 18:30

loupp!

Ответить
@ralphbaracena5328
@ralphbaracena5328 - 04.12.2017 22:24

Cool tutorials you deserve my sub

Ответить
@sharifabahar6257
@sharifabahar6257 - 22.07.2017 15:51

Awesome explanation and videos . Thanks a lot

Ответить
@rakshitchauhan8732
@rakshitchauhan8732 - 23.06.2017 05:03

dude my pc crashed because of infinite loop

Ответить
@midi-acre2105
@midi-acre2105 - 15.06.2017 22:14

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

Ответить
@stevejonk4049
@stevejonk4049 - 29.01.2017 23:04

my computer crashed (: hahaha

Ответить
@mickhaelcannon607
@mickhaelcannon607 - 21.01.2017 19:43

You truly are the best coding instructor I have ever encountered, hands down, and I attend codeschool, codeacademy and code college. That said, I have a kind and humble suggestion: PLEASE place your TUTS on Udemy.com so that those of us who desire CERTIFICATION testing and a certificate award for the completion of your courses can achieve this. Not to mention, you will be able to further monetize your efforts as you really do deserve additional rewards for your instruction skill sets and talent.

Ответить
@aaronjosephcarillo1310
@aaronjosephcarillo1310 - 24.10.2016 08:19

mmtuts won't reply on this for sure

Ответить
@markobecaj3027
@markobecaj3027 - 09.08.2016 15:24

I love the way you say "loop" :D

Ответить
@12shark100
@12shark100 - 17.07.2016 17:06

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

Ответить
@MinerCubeLP
@MinerCubeLP - 02.03.2016 23:00

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

Ответить