If you want to execute a block of code a specified number of times, or while a specified condition is true. In PHP, we have the following looping statements: while - loops through a block of code ...