/* $sorgu=mysql_query("select * from phpbb_posts left join phpbb_users on poster_id=phpbb_users.user_id WHERE forum_id NOT IN (37,36,30,28,3,2,26) group by topic_id order by post_id desc limit 0,100"); $satir_sayisi=mysql_num_rows($sorgu); for ($x=0;$x<$satir_sayisi;$x++){ $post_id=mysql_result($sorgu,$x,'post_id'); $poster_id=mysql_result($sorgu,$x,'poster_id'); $username=utf8_encode(mysql_result($sorgu,$x,'username')); $topic_id=mysql_result($sorgu,$x,'topic_id'); $sorgu2=mysql_query("select * from phpbb_topics where topic_id=$topic_id"); $topic_title=utf8_encode(mysql_result($sorgu2,0,'topic_title'));