Last active
December 20, 2023 17:50
-
-
Save BhargavBhandari90/fb34387615e722983b07d1df2da373f9 to your computer and use it in GitHub Desktop.
URL to QR Code.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sample of QR Code
