Mga bro simple tut lang for generating qr codes using PHP.
First, open a new php file and name it to qrcode.php, then paste mo tong code sa baba.
final class BarcodeQR {
/**
* Chart API URL
*/
const API_CHART_URL = "http://chart.apis.google.com/chart";
/**
* Code...