I have used Google chart and the LGPL QR code class for php to generate the QR code for an URL, but both fail to generate a correct for the URL below:
http://www.xxxxx.com/xxxx/index.php?route=sale/order/invoice&order_id=4&token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The result of the QR code after scanning will be something like
http://www.xxxxx.com/xxxx/index.php?route=sale/order/invoice&order_id=4&token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is there any way to avoid the amp;
to appear?