1. โหลดตัวสร้าง QR Code จากลิ้งที่พี่วิน ให้มา ลงใน เว็บที่ต้องการ
2. นำข้อมูลจากฐานข้อมูลมา Gen QR Code คุณต้องดึงข้อมูลเป็นก่อน หากไม่เป็น http://www.thaicreate.com/php/php-mysql.html
3. หากดึงข้อมูลเป็นแล้ว ให้ทำการ Include file ตามที่เว็บเขาบอก
Quote:
•qrlib.php for full version (also you have to provide all library files form package plus cache dir)
• OR phpqrcode.php for merged version (only one file, but slower and less accurate code because disabled cache and quicker masking configured)
4. เรียกฟังก์ชันสร้าง QR Code
Quote:
QRcode::png('code data text', 'filename.png'); // creates file
QRcode::png('some othertext 1234'); // creates code image and outputs it directly into browser