Likes Received By jayasimha
-
baris22 liked jayasimha's post in the thread how can i make a query to display from two table.
Try: $sql = "SELECT a.id, uniq_id, total_value FROM pm_videos a, pm_ratings b WHERE a.uniq_id = b.id ORDER BY total_value DESC" ;
Jan 24, 2008