--- title: While Loop --- ## While Loops A `while` loop executes statements within the loop as long as the loops condition is met. ### Syntax: ```php PHP While Loop