Code: Select all
$result1 = sql_query("SELECT topic_id, topic_last_post_id, topic_title FROM forum_topics WHERE forum_id='22' LIMIT $amount", $dbi);Moderator: General Moderators
Code: Select all
$result1 = sql_query("SELECT topic_id, topic_last_post_id, topic_title FROM forum_topics WHERE forum_id='22' LIMIT $amount", $dbi);