Advertisements
Advertisements
Question
List out Looping Structure in PHP.
Short/Brief Note
Advertisements
Solution
- for Loop
- foreach Loop
- While Loop
- Do While Loop
shaalaa.com
Looping Structure
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The loop exclusively used for arrays is _____.
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?
Define Looping Structure in PHP.
What is For each loop in PHP?
Write Syntax of For loop in PHP.
Write Syntax of For each loop in PHP.
Explain the use of for each loop in PHP.
Write the purpose of Looping Structure in PHP.
Differentiate For each and While loop.
Explain concepts of for loop with example.
