Skip to content

Instantly share code, notes, and snippets.

@BhargavBhandari90
Last active October 5, 2022 02:23
Embed
What would you like to do?
URL to QR Code.
<?php
$url = 'https://bhargavb.com/';
$qr_link = 'https://chart.googleapis.com/chart?chs=224x224&cht=qr&chl='. $url .'&choe=UTF-8';
printf( '<img src="%s" alt="QR Code">', $qr_link );
@BhargavBhandari90
Copy link
Author

sample of QR Code
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment