Php Loop For Foreach While Do While Example
PHP For Loop The above code outputs “21 is greater than 7” For loops For… loops execute the block of code a specifiednumber of times. There are basically two types of for loops; for for… each. Let’s now look at them separately. For loop It has the following basic syntax HERE, “for…{…}” is the loop block “initialize” usually an integer; it is used to set the counter’s initial value. “condition” the condition that is evaluated for each php execution....