Link to home
Start Free TrialLog in
Avatar of team2005
team2005

asked on

Read qr-code from mobile ?

Hi!

Have made a html5 web app for my customer.

They need a qr-code reader, that reads qr-code from mobile or ipad...
And the returnd Image is stored in mysql.

Where do i find a php-library or somthing that do this ?
ASKER CERTIFIED SOLUTION
Avatar of Ishaan Rawat
Ishaan Rawat
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of team2005
team2005

ASKER

Hi!

Is there no made PHP qr-reader out there ?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi!

I dosent want a app, but php fuction to call to
use a qr-code reader.

So its not a free sorcecode to read qr-codes ?
You cannot call the qr-reader with php, the user would have to initiate the action.  The output should be available in the reader's API. You would have to look at the technical documentation of the reader to determine what is available to a browser. Once the browser has captured the data, it could be put it into a form and submit to the server, or you could send it across with AJAX perhaps.

Cd&
Hi!

Where do i get this API ?
I would expect it to be in the documentation for the reader, but it might be easier to get what you need from: https://getsatisfaction.com/biginjapaninc  Which appears to be the only support offered by the app authors.

Cd&
thanks