I got a problem that i hope someone can please help me with.
I got a database with names and url and languageid that i want to make to an alphabetic list
<CFQUERY NAME="getDomain" DataSource="mysource">
SELECT name, url, langid
FROM domain
</cfquery>
I want to order my list as an alphabetic list something like this
A
ABCnews abcnews.go.com
AdWeek Advertising Age
Back to top
B
BBC News news.bbc.co.uk
Bloomberg Brandweek
etc
I can make it as an alphabetic list but how do I make it with the heading for every Character in the alphabet.
Hope someone can help me
Best Regards
Joakim Han
I got a database with names and url and languageid that i want to make to an alphabetic list
<CFQUERY NAME="getDomain" DataSource="mysource">
SELECT name, url, langid
FROM domain
</cfquery>
I want to order my list as an alphabetic list something like this
A
ABCnews abcnews.go.com
AdWeek Advertising Age
Back to top
B
BBC News news.bbc.co.uk
Bloomberg Brandweek
etc
I can make it as an alphabetic list but how do I make it with the heading for every Character in the alphabet.
Hope someone can help me
Best Regards
Joakim Han