Hi, i was wondering if any of you guys could help me…
I need to join some data from the following tables… Basically if i do a select on the second table i can bring up the name of a download and it’s category id… the thing is, the category id has a name related to it but that’s in another table… How do i bring the dl_title in the second table and the cat_name in the first table together using the cat_id??
I had to trim the tables down because the forum thought i was trying to spam it?
Thanks
Andrew
Below are my tables…
Category name, id and descriptions (this table is called dl_cats)
cat_id
cat_name
cat_descr
Download name, id and descriptions (this table is called (dl_downloads_
dl_id
dl_cat
dl_title
dl_author
dl_description
dl_url
dl_hits