For a database I have 2 tables setup, they are like-
I need to order the first table by num (SELECT * FROM `table1` ORDER BY `num` DESC) then I need to match the ID of that to the id in table 2. And it probs needs to be done in 1 mysql query because it needs to be used with mysql_fetch_assoc().
Sorry if what I've said is confusing. I have tried my best to explain it
+Rep for any help
Thanks.








Reply With Quote




