Q. Which of the looping statements is/are supported by PHP?
1. for loop
2. while loop
3. do-while loop
4. foreach loop
1. for loop
2. while loop
3. do-while loop
4. foreach loop
β
Correct Answer: (C)
All of the mentioned