Kode: Velg alt
$sql = "SELECT topic_title,forum_id,topic_id,topic_last_post_time
FROM phpbb_topics
WHERE NOT forum_id = 10 AND NOT forum_id = 11
ORDER BY topic_last_post_time DESC
LIMIT 0 , 10";

Kode: Velg alt
$sql = "SELECT topic_title,forum_id,topic_id,topic_last_post_time
FROM phpbb_topics
WHERE NOT forum_id = 10 AND NOT forum_id = 11
ORDER BY topic_last_post_time DESC
LIMIT 0 , 10";