PHP: Displaying records by category

I need help trying to write out all records by category. I have 2 tables created: one for categories and one for the information.

Can anyone tell me how I write out all the records in each category and then before moving on to write the next set?

I am trying to create a list of external links by category but am new to PHP.

hmm… i don’t have much time to look at it until later tonight, but i know i wasn’t having any problems w/the code. you might want to try changing the $row[] variables to include single quotes (ie $row[category_desc] -> $row[‘category_desc’] ).