tags:

views:

65

answers:

2

hello, how can i generate QR Images from an URL and display them on a website?

ideally in PHP but any other popular server side language would work too, as long as it is not too complicated to set up.

thanks!

+2  A: 

see Google chart and it's QR code output.

RC
+2  A: 

http://code.google.com/p/qrforall/ is a PHP class for automatic creation of qr code images.

Aman Kumar Jain
thanks, but is there a version that doesnt use native code?
clamp
Yes there is a PHP Pear class: http://pear.php.net/package/Image_QRCode/docs/latest/Image_QRCode/_Image_QRCode-0.1.0---Image---QRCode.php.html , but I suggest you to use the Google Code qr library.
Aman Kumar Jain