There is a table named `books` with five field which are `serial` `book_name` `author` `price` and `publisher` and another table named `comment` with two field which are `serial` and `content`. The `comment`.`serial` is connect to the `books`.`serial`. Please write a php script to list all books and its comment count.