9Mar/109
PHP Basics: Loops – While statement
The While statement acts as a loop, checking a condition at the start and executing a following block of code if that condition is met.
No related posts.
The While statement acts as a loop, checking a condition at the start and executing a following block of code if that condition is met.
No related posts.
February 26th, 2009 - 12:49
Thank you for teaching a 15 year old student on how to use loop.
April 4th, 2009 - 20:05
Yes it did almost crash my browser
April 4th, 2009 - 20:24
A small tip to those trying to do the end “challenge”. When you echo the in the while statement use . (dots)
April 5th, 2009 - 01:21
What happened to the phpacademy logo D:
April 5th, 2009 - 07:49
Sometimes i’m lazy and forget to put it in! Well spotted.
May 18th, 2009 - 12:33
Hmmm… PHP is hard, but your videos makes it easy ;p
Thanks
August 10th, 2009 - 23:09
i didn’t use any dots in mine :S it worked though
October 7th, 2009 - 18:17
Didnt learn it for a while, now I kinda forgot some stuff tho I still remember somethingD: Ima keep learning hard.
January 5th, 2010 - 22:26
Thank You.