Originally posted by: Superwormy
Barcode scanners are usually pretty simple, the scan the code, and most come with software that will take whatever you scanned and emulate it as keyboard input.
So you can | || |||| | || and that translates to ' a 265 bc d 34 ' and that gets sent to the computer as keyboard input, so from there you coul dhave it fill in an HTML form, javascript submit(); and be all set.
Originally posted by: RSMemphis
I have been pondering about this for a while, and the only way I can think of doing that is to use a pipe.
Meaning you have to be able to send all the barcode info into a pipe, and use popen in php to read the pipe.
PHP is not designed to handle this.