How to generate qr code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to generate qr code

qr code generator

3rd Apr 2017, 3:12 AM
sagar sonu
sagar sonu - avatar
2 Answers
+ 26
Search in play store :/
3rd Apr 2017, 3:16 AM
Frost
Frost - avatar
0
In PHP include qrlib.php and then QRcode::png('code data text', 'filename.png'); // creates file  QRcode::png('some othertext 1234'); // creates code image and outputs it directly into browser
3rd Apr 2017, 8:08 AM
Denis Arva
Denis Arva - avatar