/ Published in: PHP
Example usage
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // for url QRcode::png("http://www.google.com", "images/url.png", QR_ECLEVEL_H, 10); // for strings QRcode::png("PHP QR Code Example", "images/string.png", QR_ECLEVEL_H, 10); ?>
URL: http://phpqrcode.sourceforge.net/