| Recommend this page to a friend! |
| All requests |
> | What is the best PHP qrcode scanner c... | > | Request new recommendation | > | > |
by se Gondal - 9 years ago (2016-07-11)
+3 | I need to scan a QR code to identify and login a user in PHP. |
2.
by Christian Vigh - 9 years ago (2016-07-19) Reply
Well, in the field of logistics I have seen approaches that may look naive but which work : normally, barcode or qrcode scanners have drivers for the host operating system that allow them to substitute themselves to the keyboard.
The user typically has a form with a field aimed at receiving the scanned data, so that the end user has Nothing else to do but scanning.
It's up then to the software to process the scanned data (javascript on client side, php on server side) but the scanner driver has already made all the steps to decode the pictograms and return them as ascii text or whatever.
So my question is : what are your exact needs in terms of performance, accuracy and ease of use ?
1.
by Manuel Lemos - 9 years ago (2016-07-19) Reply
This requires JavaScript some code on the browser side to scan the qrcode.
There is a JavaScript page on JSClasses to scan qr codes and bar codes with a Webcam. You may try to integrate that with PHP code that receives the scanned code on the server side.
| Recommend package | |
|
|