Skip to content

Instantly share code, notes, and snippets.

@BhargavBhandari90
Last active December 20, 2023 17:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BhargavBhandari90/fb34387615e722983b07d1df2da373f9 to your computer and use it in GitHub Desktop.
Save BhargavBhandari90/fb34387615e722983b07d1df2da373f9 to your computer and use it in GitHub Desktop.
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