$request="SELECT ID, comment_ID, comment_content, comment_author FROM $tableposts, $tablecomments WHERE $tableposts.ID=$tablecomments.comment_post_ID AND post_status = 'publish' ";
$request.="AND comment_approved = '1' ORDER BY $tablecomments.comment_date DESC LIMIT $no_comments";