$que='';
$qr='select id, topic, pic from table order by id desc limit 3';
$rs=mysql_query($qr);
while($ro=mysql_fetch_assoc($rs)){
$que=($que? ',' : '').$que;
echo 'tag html ตามต้องการ';
} mysql_free_result($rs);
.// ============== query ที่ 2 ก็ตามนี้เลยครับ
$qr='select id, topic, pic from table where id not in('.$que.') order by rate_views desc limit 3';
ส่วนสำคัญในการคัดแยกรายการที่ แสดงไปแล้ว อยู่ที่ where clause "Where id not in ()"