query("SELECT id, title, pubdate FROM books WHERE id = '$ItemID'"); while ($row = $book->fetchArray()) { $row_id = $row['id']; $row_title = $row['title']; $row_pubdate = $row['pubdate']; } $author = $db->query("SELECT name FROM authors INNER JOIN books_authors_link ON books_authors_link.author = authors.id WHERE books_authors_link.book = '$ItemID'"); while ($row = $author->fetchArray()) { $row_creator = $row['name']; } // -------------------- END DATABASE QUERIES -------------------- ?> Item Record: '.$row_Title.''; ?>
Close
Infopump

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

Item Record '.$ItemID.'';?>
Prev Next
';?>
'.$row_title.'';?> '.$row_creator.'';?>