hi all does anyone know if i can use a barcode scanner to be intergrated with the web-browser and show stuff on the screen?
u scan/enter barcode
each product get shown on the screen is this possible?
i heard this can be done with using this
<body onload="document.form.code.focus()"></body>
Is this a good way to do it using php and mysql?