1.

Write Syntax of while loop in PHP?

Answer»

while (condition is true)

{

code to be executed;

}



Discussion

No Comment Found

Related InterviewSolutions