Select P.postID,P.postName,P.postDate,C.CategoryName From dle_post as P INNER JOIN dle_category as C ON P.CategoryID=C.CategoryID WHERE approve='1' ORDER BY news_read DESC LIMIT 5