Re: Query CD/DVD DB from ISBN Number
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Query CD/DVD DB from ISBN Number

From: Joachim Weiß <thejo@gmx.net>
Date: Thu Aug 18 2005 - 00:34:38 CEST

Christopher Story schrieb:
>>
>>I want to scan the ISBN number and lookup the title, and other details to efficiently put them in a DB. I do not want to use
>>commercial apps to do this, I would rather use open source or write myself...
>

> I mean UPC code on the DVD.... ISBN is a book Code.....terrible oversight.

1. UPCcode: http://www.upcdatabase.com/ which was quite obvious
   (no, I don't know how good it is)
2. Barcodereader -> PHP
   write a cli app where your barcode reader is the keyboard
   (readline is the hint)
3. search your UPC in the database from 1.
   and put it in your database
4. ready (and much faster than viewing 4010884529654 - oh this is a EAN
which isn't listed in UPC ;-) )
5. What was your PHP related question again?

Jo
Received on Mon Oct 24 02:09:26 2005