Bitcoin Forum

Other => Off-topic => Topic started by: AliceWonder on June 26, 2013, 04:40:44 PM



Title: QR Codes and SVG via php
Post by: AliceWonder on June 26, 2013, 04:40:44 PM
Howdy -

I admit, I'm a total DOMDocument slut (php XML DOM2 class).

When I first discovered DOMDocument it was like an epiphany, it was the right way to do so many things.

Anyway, I'm going to be attempting to write a new php class for generating QRCodes as SVG images and - well, SVG is XML so DOMDocument it will be :D

Anyway, I don't know a hell of a lot about QRCodes so I'm going through the site http://www.thonky.com/qr-code-tutorial/

It seems fucking awesome, but I just thought I'd ask the younger hipper crowd if there is a better explanation out there I should also look at?

Thanks,

Alice


Title: Re: QR Codes and SVG via php
Post by: raze on June 28, 2013, 02:34:20 AM
Why reinvent the wheel? Surely someone's made a PHP class to create QR codes..