Heya,
I'm creating a dictionary "type" section for a site. It will work simply :
Dictionary item - Definition
The table I have made for this is :
ID (autoincrement)
Item
Definition
Adding, deleting, editing data is fine and works without a hitch.
My Problem is how to return the results.
It would be hugely beneficial if I could create a page per letter of the alphabet. Is that even possible ? Any ideas how ?
When I do a simple query listing all the data in the db it comes out alphabetically by ordering by Item, but I don't know how to seperate things up.
Any ideas who be hugely appreciated :-)
Thanks