/* */ Click to Join Live Class with Shankar sir Call 9798158723

PHP Looping Statements ?


A Loop executes the sequence of statements many times until the stated condition becomes false. the statement that help us to execute a set of statements repeatedly are called loop control statements.


  • while loop
  • for loop
  • nested for loop
  • do-while loop