query("SELECT books.id AS id, books.title AS title, SUBSTR(comments.text,10,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
Free HTML5 Bootstrap Template

About Me

Emily Tran Le

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

Search

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

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

'; } ?>