Any help would be very appreciated.
I would like to select a word from a mysql database, order them by the first letter of the word, and break it down by letter. For example, everything that starts with A under a subcategory "A".
Say I have words: apple, aardvark, billy, cat, couch
I want it to look like
A:
Aardvark
Apple
B:
Billy
C:
Cat
Couch
Thanks!
I would like to select a word from a mysql database, order them by the first letter of the word, and break it down by letter. For example, everything that starts with A under a subcategory "A".
Say I have words: apple, aardvark, billy, cat, couch
I want it to look like
A:
Aardvark
Apple
B:
Billy
C:
Cat
Couch
Thanks!