Q. Which of the following is a loop construct in PHP? (A) loop (B) iterate (C) while (D) repeat ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) while Explanation: while is a valid loop structure in PHP.