$kaydet=$db->prepare("

            INSERT INTO books (publisher, title, description, page, format, isbn, lang, country, editor, new, status) values ('$publisher', '$title', '$description', '$page', '$format', '$isbn', '$lang', '$country', '$editor', '$new', '$status');

            SET @last_id_in_books = LAST_INSERT_ID();

            INSERT INTO books_authors (bid, aid) values (@last_id_in_books, '$author');

            INSERT INTO books_types (bid, tid) values (@last_id_in_books, '$type');

            ");

        $insert=$kaydet->execute(array(

        ));
sorgunun tamamı