Topic: Db query question
Just wondering if it's possible to adapt this query to grab the category in which the forum resides, without doing a second query separately?
$db->query('SELECT forum_id FROM '.$db->prefix.'topics WHERE id='.$topic_id)
Cheers,
Matt