ich frage mit diesem Query einige Topic infos ab:
Code: Alles auswählen
$sql = "SELECT topic_id,topic_title,topic_replies
FROM " . TOPICS_TABLE . " t
LEFT JOIN " . FORUMS_TABLE . " f
ON t.forum_id=f.forum_id
ORDER BY topic_replies DESC
LIMIT 10";
Gruß Jason