which mysql version are you using?
Try this:
------------------
$query = insert into books (cat1, cat2, cat3, cat4) values ('".$isbn."', '".$author."', '".$title."', '".$price."')";
------------------
where cat1 cat2, etc are the categories in the table you want to put your values.