+ 1
You cant really do it more simple than this. http://phpqrcode.sourceforge.net/ include "qrlib.php"; QRcode::png('code data text', 'name.png'); QRcode::png('more text'); It saves the png image in the same location where the qrlib.php is
6th Feb 2018, 2:47 PM
Toni Isotalo
Toni Isotalo - avatar