Online Library - Search
Query:
Series:
rows for the
widget if ((odbc_num_rows($result) != 0)) { while ($row = odbc_fetch_row($result)) { $series_id = odbc_result($result, "series_ID"); $book_series = odbc_result($result, "book_series"); $option = sprintf("
%s
", $series_id, $book_series); echo("$option\n"); } } else { echo "
No series are available
\n"; } // Close the database connection odbc_close($conn); ?>
Type:
ISBN
Author
Title