Posted by Joachim Weiί on 08/18/05 01:34
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
Navigation:
[Reply to this message]
|