how while loop used?
Take the full course from here:
http://php.link/bootcamp
in this video we will understand while loop.
while loops execute a block of code when the specified condition is true.
it will loops through a block of code as long as the specified condition is true.