2

Possible Duplicate:
How can you read QR Codes in PHP?

Am sorry fr the question, but I am just a beginner and I know its possible to create a qr code generator with php and library available, but is it possible to decode a QR code with php?and if yes how?thanx for all answers...

Community
  • 1
  • 1
user870918
  • 21
  • 1
  • 2

1 Answers1

0

There's already a couple of questions (here and here) on SO that answer your question. It looks like there isn't a native PHP library but you can call an external python decoder or zxing.

Community
  • 1
  • 1
Tak
  • 11,428
  • 5
  • 29
  • 48