Advertisements
Advertisements
Question
PHP supports which types of looping techniques ______.
Options
for loop
while loop
foreach loop
all the above
MCQ
Fill in the Blanks
Solution
All the above
shaalaa.com
Looping Structure
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Loops that iterate for fixed number of times is called ______.
for ($ x=0; $ x<5; x++)
echo “Hai”
The above loop executes how many no of times?
Define Looping Structure in PHP.
Define for loop in PHP.
What is For each loop in PHP?
Write Syntax of For each loop in PHP.
Write Syntax of while loop in PHP.
Write the features Looping Structure.
Discuss in detail about Foreach loop.
Explain working of loops in array.