Q. Which of the following is a loop structure in PHP? (A) for (B) while (C) foreach (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above Explanation: PHP supports for, while, and foreach loops.