PHP Alphabet Loop
A simple way to output all the letters of the alphabet in a loop. You can use this code for making quicklinks for filtering, etc.
Another cool way to do it would be to use the PHP range funtion which can take the letters of the alphabet as parameters in a loop like this:
Home | PHP | PHP Alphabet Loop
You’re currently reading “ PHP Alphabet Loop ,” an entry on BRADINO
- Published:
- 3.24.07 / 5pm
- Category:
- PHP














such a small piece of code….but remendously effective. Thanks. (Also works for numbers in a range)