require("../webadmin/db_connect.inc");
$sql1="select A.topic_id,A.topic_title,B.post_time from phpbb_topics A,phpbb_posts B where A.forum_id='6' and A.topic_last_post_id=B.post_id order by B.post_time DESC limit 0,10 ";
$sql2="select A.topic_id,A.topic_title,B.post_time from phpbb_topics A,phpbb_posts B where A.forum_id='9' and A.topic_last_post_id=B.post_id order by B.post_time DESC limit 0,10 ";
$sql3="select A.topic_id,A.topic_title,B.post_time from phpbb_topics A,phpbb_posts B where A.forum_id='19' and A.topic_last_post_id=B.post_id order by B.post_time DESC limit 0,10 ";
$sql4="select A.topic_id,A.topic_title,B.post_time from phpbb_topics A,phpbb_posts B where (A.forum_id='16' or A.forum_id='17' or A.forum_id='18') and A.topic_last_post_id=B.post_id order by B.post_time DESC limit 0,10 ";
?>