Replies: 1 comment 7 replies
-
|
Well after some testing it appears I can't add aything to the URL i.e. https://domain.com/track.php?qr=$randstring If I use $qrcode->addByteSegment("https://danville.qr?$randstring"); it works just fine. What can I do to be able to use special characters in this URL? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I add a variable in the string of the addByteSegment function?
$qrcode->addByteSegment('https://domain.com/track.php?$randstring');
the URL in the QR code is getting $randstring instead of the string I geenrated. Generator is workjing correctly.
Beta Was this translation helpful? Give feedback.
All reactions