i want to create a menu (#, A, B, C) the alphabet, so that people who visit my site can select which letter of cheats they want to view, i want to do this using a database.
i have another menu which is similar to this
it shows sub-sections of a section from records in a database.
so if i had information like
1, Misc, Pic1
2, Misc, Pic2
3, Games, Pic3
4, Games, Pic4
instead of showing misc, misc, games, games, on the page where the menu is, it would only show 1 of each (SELECT Distinct type etc)
i know it would be easier to do this by writing out all the links
does that help?!