Tag Archives: loop
Alphabetical For and Foreach Loops in PHP

Alphabetical For and Foreach Loops in PHP

Combining a for loop with PHP’s chr() function, or a foreach loop with PHP’s range() function, you can loop through the entire alphabet or any subset thereof.

Read full storyComments { 2 }