🐘 PHP Loops

Loops let you run the same block of code multiple times. PHP supports several types of loops for different situations.

📝 Example: For Loop

Output will appear here...

📖 Key Loop Types

💡 Tip: Use \n inside echo statements to create line breaks in your output.