Copy link to clipboard
Copied
Hi everybody I need a help , how to read a barcode by php code and store the data into MySQL Database
Copy link to clipboard
Copied
You can use PHP to directly read a barcode. PHP is a server side scripting language. A barcode scanner is just a client side input device. What you can do is create an HTML form that has a field for the barcode. The scanner can then populate the field with the barcode, which is nothing more than a text string. Then submit the form to PHP or any other scipting language to insert into the database.
Copy link to clipboard
Copied
is there any sample or online form that apply this idea ?
Copy link to clipboard
Copied
Try searching the web - I'm sure there are some examples out there. You can use any html form. The scanner is just an input device. Instead of typing the value in the form field with the keyboard, you use the scanner to populate the field. Do you understand how html forms work?
Copy link to clipboard
Copied
hi,
i don't know if this can help u, but in app store, is already submitted a barcode app (name: barcode2sql free and paid version) that
reads and scan barcode image and sent data to mysql db.
for more check: barcode2sql.com
regards,
hope this will be a useful info for u..