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 = 1 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 = 1 GROUP BY officer.officerID ORDER BY total DESC LIMIT 4 "); $series = mysql_query(" SELECT series, seriesID FROM library_series WHERE subgenreID=3 ORDER BY series ASC "); ?>
|
|||||||||||||
Star Trek Deep Space Nine (DS9) Books"Deep Space 9" was not really very popular for the first few seasons it was on the air. It was "different" .It didn't take place on a ship that moved through space, didn't travel to "strange new worlds". Instead, the strange things came to them. And it was dark, brooding, Cardassian - mleh! The possibilities of the wormhole next to the station, and the contact with the Gamma quadrant - a new-never-before-seen part of the galaxy, gave the series a lot of potential. It started to fullfill that potential as time went by. Most of the authors of the Star Trek Deep Space Nine books have done a pretty good job adding even more depth to the characters and the storylines. We hope that you'll enjoy reading the books about this series. When the series ended, after 7 seasons,it left a lot of things open. That vacuum create an urge to know what is to come, now that the "Emmissary" has disappeared to spend some time with the worm-hole aliens, Nerys is in charge, Odo is back with the link and Bashir and Ezri have a relationship going. O'Brian gets promoted to teach Engineering at Starfleet Academy, but that would mean is that he has to leave the Station. while ($myrow = mysql_fetch_row($series)) { echo("$myrow[0]"); echo("
|
|
||||||||||||
|