SELECT books.* FROM books, book_browse_link WHERE books.book_id=book_browse_link.book_id AND book_browse_link.id = ORDER BY title ASCYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY title ASC' at line 1