lmao, it's so easy you'll want to strangle yourself
given your comments table for blog ID number 15
PHP Code:
$query = "SELECT * FROM blog_comments_table WHERE blog_ID = '15'";
$result = mysql_query($query);
$numberOfRows = mysql_num_rows($result);
Hope I did the php tags right.