Hi,
Hope someone can help me!
I have a mysql table with the following fields:
[id] [surname] [catergory] [details] [userlink]
I want to list the pages similar to open directory/yahoo.
For example the initial page will list [surnames] by [catergory] a,b,c,d,e,f,g, ect… upto z (full alphabet) giving a number of links in each catergory. i.e: catergory A (12 links), catergory B (28 links), catergory C (53 links)…and on…
Then on clicking [a] will go to all the names starting with the letter ‘a’, listing the [id] [surname] [details] [userlink], prefably listing no more than 20 entries on each page, if there are more, to have next / previous page links.
Can anyone help
Many thanx,
Dave