Advertisements
Advertisements
Question
Write Syntax of Do while loop in PHP.
Short/Brief Note
Advertisements
Solution
do
{
code to be executed;
} while (condition is true);
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 ______.
What is For each loop in PHP?
List out Looping Structure in PHP.
Write Syntax of For loop in PHP.
Write Syntax of while loop in PHP.
Compare for loop and for each loop.
Explain the use of for each loop in PHP.
Explain the process Do while loop.
Explain concepts of for loop with example.
Explain working of loops in array.
