Skip to content

Instantly share code, notes, and snippets.

View rezarajan's full-sized avatar

Reza Rajan rezarajan

View GitHub Profile
@rezarajan
rezarajan / google_api_qrcode.php
Created June 19, 2017 20:39 — forked from aamnah/google_api_qrcode.php
Generate a QR code using Google Charts API
<?php
// Source: http://stackoverflow.com/questions/5943368/dynamically-generating-a-qr-code-with-php
// Google Charts Documentation: https://developers.google.com/chart/infographics/docs/qr_codes?csw=1#overview
// CHart Type
$cht = "qr";
// CHart Size
$chs = "300x300";