ISBN -> bookdata Lookup to fill in a database

后端 未结 5 1919
情歌与酒
情歌与酒 2021-01-03 13:37

Ok, I wanting to database a small library.

I\'ve only had limited experience with databases, and none with querying from a webserver.

I\'m going to want to r

5条回答
  •  耶瑟儿~
    2021-01-03 14:15

    What language are you using? You need a program/script to present a form where you can enter the ISBN, which would then get the data from isbndb.com and populate the database. I've used the API a bit, but not for some time, and it's pretty straightforward.

提交回复
热议问题