926Part VCase StudiesListing 47-2(continued) $author_id = mysql_insert_id(); //Need this for book_author} } else { $author_id = mysql_result($result, 0, 0); } // Book data// We can assume each book is unique$query = INSERT INTO book VALUES( NULL, $B_title , $B_year , $B_rating, $B_action, $B_humor, $B_romance, $B_sex, $B_violence, $B_reviewer , $B_pages, $B_reviewdate , $B_ISBN , $B_movie , $B_awards , $B_review , $B_blurb ) ; $result = mysql_query($query); $book_id = mysql_insert_id(); //Need this for book_authorif (!$book_id || $book_id == ) { echo Problem inserting book data for $B_title ; } // Associate book and author$query = INSERT INTO book_author VALUES( NULL, $book_id, $author_id) ; $result = mysql_query($query); if (mysql_affected_rows() != 1) { echo Problem inserting book_author data for $B_title ; } // Subgenresfor ($i = 1; $i <= 3; $i++) { if ($Subgenre[$i] == ) { continue; } else {
You need excellent and relaible webhost company to host your web applications? Then pay a visit to Inexpensive Web Hosting services.