function WriteBook($book){
?>
if($book['PIC']!=""){
?>
} else {
?>
} ?> |
if($book['BODY']!="") { ?>() } // end if ?> |
Amazon Price: £ |
|
} // end function
function WriteSection($area){
?>
$res_books = @mysql_query("SELECT * FROM shop WHERE SELLER='AMAZON' AND AREA='$area' ORDER BY TITLE ASC");
$num_books = @mysql_num_rows($res_books);
if(!$num_books){
?>No books in section at the moment!
} else {
for($i=0;$i<$num_books;$i++){
$book = @mysql_fetch_assoc($res_books);
WriteBook($book);
} // next $i
} // end if $num_books
} // end function
?>Amazon.co.uk Bookshop
Use the search to find books, or click a book image or the 'Goto Amazon' button to go to the Amazon UK web site, where you can
buy books in complete safety and with full security.
Amazon's prices are very good - with up to 20% off the shelf price.
Please note that the prices here may be different to those at Amazon, depending on when I last updated!
Amazon.co.uk Book Search
case
unit
hdmi
@mysqlStart();
WriteSection("GENERAL");
WriteSection("MANUALS");
WriteSection("HAYNES");
WriteSection("VIDEO");
@mysqlClose();
?> |