Table data structure is:
link_id | name | url | category
--------------------------------------------------------------------
1 | SitePoint Forums | http://sitepoint.com/forums | Programming
I'd like to produce a list of links, grouped by category, such as
Programming Links
> link 1
> link 2
Music Links
> link 1
> link 2
Can you help with the query I need that would help produce this?



Reply With Quote







Bookmarks