Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. SELECT forum_id,topic_id, topic_time, topic_title, topic_replies, topic_first_poster_name, topic_first_poster_colour
  2.    FROM phpbb_topics
  3.    WHERE forum_id=21
  4.    ORDER BY topic_time DESC
  5.    LIMIT 0 , 10