query("SELECT books.id AS id, books.title AS title, SUBSTR(comments.text,0,120) AS excerpt FROM books INNER JOIN comments ON comments.book = books.id WHERE books.title LIKE '%$titlesearch%' ORDER BY books.title ASC"); ?> Infopump - Basic title search
Close
Infopump Avatar

About the Project

Infopump

A bibliographic management and display system.

Search

fetchArray()) { $row_id = $row['id']; $row_title = $row['title']; $row_excerpt = $row['excerpt']; echo '

'.$row_title.' : '.strip_tags($row_excerpt).'...

'; } ?>