<?php $query = " SELECT books.*, authors.name AS author_name FROM books LEFT JOIN authors ON books.author_id = authors.id ";
You have javascript disabled. You will not be able to edit any code.