include './conf.php';
$xxid = intval($_GET['xid']);
$oo = $db->query2("select * from `books_cat` where `id`='$xxid' ");
$pagetitle = $oo->name;
include './head_new.php'; ?>
$yudd = $db->query("select * from books where cat='$xxid' order by bid asc");
while($t = $db->make_fetch2($yudd)){
echo '