mysql_connect(localhost, "otf_books", "l1brarY0f10f"); @mysql_select_db("outpost10f") or die("Unable to select database"); $recentReviews = mysql_query(" SELECT item.title, item.filename, genre.folder, subgenre.folder FROM library_review as review, library_item as item, library_subgenre as subgenre, library_genre as genre WHERE item.itemID = review.itemID AND item.genreID = 4 AND item.subgenreID = subgenre.subgenreID AND item.genreID = genre.genreID ORDER BY review.reviewDate DESC LIMIT 4 "); $topReviewers = mysql_query(" SELECT officer.officerID, officer.handle, officer.rankLevelID, count(*) as total FROM Officer as officer, library_review as review, library_item as item WHERE review.reviewerID = officer.officerID AND review.itemID = item.itemID AND item.genreID = 4 GROUP BY officer.officerID ORDER BY total DESC LIMIT 4 "); $series = mysql_query(" SELECT series, seriesID FROM library_series WHERE subgenreID=9 ORDER BY series ASC "); ?>
|
|||||||||||
Cloak and Dagger Book List: Cloak and Dagger Books reviewed by Outpost 10F membersWhat's in here? "A globe-trotting, geopolitical thriller that sizzles with inside information, military muscle and CIA secrets" "Moves at the speed of a stinger missle" "A sharply plotted thriller...with nonstop action and suspense" "Exceedingly clever...Fascinating and fun...a considerable achievement" "It's brilliant! The characters have depth..the plot is twisty, turny, slippery and surprising. As for the ending...WOW!" "A superb cloak-and-dagger melodrama..enough excitement to exhaust the hardiest reader" "A killer of a thriller!...Constant intrigue, action aplenty, bloody good fun!" Enough said, by the best of the best of international book reviewers. So, hang on, strap yourself in and get ready for some great rides. And have fun! while ($myrow = mysql_fetch_row($series)) { echo("$myrow[0]"); echo("
|
|
||||||||||
|