PHP WITH BIOMETRIC
-
Hello everyone, please i am working on a point of sale system. But i want to use a barcode scanner. How can i do this. I need help please
-
Hello everyone, please i am working on a point of sale system. But i want to use a barcode scanner. How can i do this. I need help please
Most barcode scanners, at least that I am familiar with, need no interface to work with them. When you scan something they simply put the barcode number into whatever input field is active. So, for example, if you are on a form and have a textbox active and you use the barcode scanner it will automatically put the value into the textbox for you. No code or work required on your part.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
-
Most barcode scanners, at least that I am familiar with, need no interface to work with them. When you scan something they simply put the barcode number into whatever input field is active. So, for example, if you are on a form and have a textbox active and you use the barcode scanner it will automatically put the value into the textbox for you. No code or work required on your part.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
Thank you. I would give it a try