PHP Tutorial Tutorials - PHP Loops

PHP Loops

Loops are used to execute the statement(s) repeatedly,as long as the condition expression evaluates to TRUE.

in PHP there are several types of loop:

  • while loop
  • do ... while loop
  • for loop
  • foreach loop
Date:2019-10-01 02:33:08 From:www.Lautturi.com author:Lautturi