You can extract topic_title and all_feedback from the table, ordered by topic_title.
But to display each topic_title only once, you'll need to use your scripting language (PHP?).
Loop through the query result set, and display each title only the first time.
Bookmarks