Which PHP control structure is used to execute a set of statements repeatedly while a specific condition remains true?
do-while
while
if
for

Web Development Exercises are loading ...