I have been googling with no luck.
I am searching for a php script to create and display QR Codes that doesn’t require the GD2 Library.
Can anyone point me in the right direction?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Google Charts API: http://code.google.com/apis/chart/infographics/docs/overview.html
Use an
imgelement, with itssrcattribute in a particular format:which produces:
The
chsis the chart size, in this example 150px by 150px; thechtis the chart type, in this caseqrand thechlis the chart’s text to be encoded in url-encoded format.