include ("includes/sys_config.php")?> include ("classes/DB.php")?> include ("classes/RecordSet.php")?> include ("classes/ShopCart.php")?> include ("classes/ImageGen.php")?> include ("includes/functions.php")?> include ('init.php');?> include ('control/BookControl.php');?> include ('cartoptions.php');?> include ('docheader.php');?> include ('ui.php');?> $oBookControl = new BookControl(); ?>
include ('bookcats.php')?>
|
$iReviewId = $_GET['reviewID'];
$aReview = $oBookControl->getReviewById($iReviewId);
$iBookId = $aReview['bookID'];
$sSQL="SELECT book_id,bookcatID,booktitle,numpages,booksubtitle,bookillustrator,bookauthor,publishdate,bookdescrshort,bookdescr,isbn,bookprice,bookimg,frontpage FROM mod_book WHERE book_id=".$iBookId." ORDER BY booktitle DESC limit 0,10";
$bookRS=DB::query($sSQL);
?>
while($book=$bookRS->fetch_assoc()){
?>
=$aReview['bookreviewtitle']?>
door =$aReview['bookreviewauthor']?>
<< Terug
?>
if(file_exists($book['bookimg'])){
?>
} ?> |
Meer uit dezelfde categorie
$sSQL="SELECT book_id,bookcatID,booktitle,booksubtitle,bookimg,publishdate,bookdescrshort FROM mod_book WHERE bookcatID =".$_GET['catID']." AND book_id <> ".$iBookId;
$bookRS=DB::query($sSQL);
while($book=$bookRS->fetch_assoc()){
?>
=$book['booktitle'];?>
|