Barcoding feature in PHP
Moderator: General Moderators
Barcoding feature in PHP
hi im just curious if there is a program or application that can generate and scan barcodes..or is possible?just curious because if there is i quite interested in learning how to make this kind of application using PHP as the language..we are currently working on a project..it is an online ordering and inventory system..i guess if there is indeed a barcoding application this might help our current proposed system.
Re: Barcoding feature in PHP
I'm not sure but I think you somehow need the software that the scanner uses to get the actual number format and then you can check it against a database for the product information. You need something to 'parse' the barcode into a number or something.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Search for barcode OCR if you want it to read the barcode from a file. A USB scanner will default the method of scanning to be that of just as if a user typed it on the keyboard, as arborint said.
There are many fonts out there that you can use that are strictly barcode fonts, which you use is up to you, one popular one being Code 128, or 3 of 9.
There are many fonts out there that you can use that are strictly barcode fonts, which you use is up to you, one popular one being Code 128, or 3 of 9.