View Full Version : How to store QR Code image in mysql with php
JackITo
06-11-2013, 01:00 AM
I need to store an image <img src="xxxx"> into mysql database, but image is QR Code:
<img src="http://qrickit.com/api/qr?d=&addtext=Data&txtcolor=111133&fgdcolor=111133&bgdcolor=BBBBBB&qrsize=200&t=p&e=m">
ispanico82
11-13-2013, 09:28 AM
Is it possible to set an automatic QRCode generator? I want to deliver voucher discounts via QR
Kathy Daunt
11-15-2013, 01:20 AM
I recently came across a blog which says that Google docs could automatically generates the QR code (http://www.apptha.com/category/extension/Magento/Magento-QR-Code). So his might be very useful for you. The post plays an video to you which depicts very clearly about the supporting feature for you to do.Kindly see the post : http://tnw.co/1c1RAjx Hope this information might be useful to you.
Morris66
12-25-2013, 01:09 AM
Such claver work and reposting. Keep up the great works guys i've added you guys to my blog roll. This is a great .
Zimmerman
05-14-2014, 10:50 PM
We can create qr code (http://www.rasteredge.com/how-to/vb-net-imaging/barcode-generating-qrcode/) on a target image and save the generated qr code image to sql or stream memory, find online guidefor the specific tutorial and sample APIs and codes. Besides, the saved qr code can be easily and quickly decoded if it is embedded within a qr code reader (http://www.rasteredge.com/how-to/vb-net-imaging/barcode-reading-qrcode/).
andyadams
02-06-2015, 12:25 AM
Its been a long time since I worked with PHP and MySql. I just got this. See if you get something from this.
You can go for other QR Code generators (http://www.keepautomation.com/products/net_barcode/barcodes/qrcode.html) like Google API. You can generate the Codes using your code and do not have to code to webpages. Have a WHILE in your PHP code and Call the API with your info from the database, store the generated QA code to your database in the same loop.
Once the QR code is generated (http://www.keepautomation.com/products/net_barcode_aspnet/barcodes/qrcode.html) and stored in database, you can write a single query to generate the images using *qrgencode function from the QR code and store the same in the tables.
ThomasMarrie22
06-07-2016, 07:32 AM
Where can I find "qrgencode" function mentioned above?
PaulConner
07-18-2016, 04:15 AM
Here the qr code is showing in a html canvas tag or a simple html image.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.