This topic is locked

How to QRCode

9/13/2011 8:48:47 AM
PHPRunner General questions
P
Pierre DAC author

Hello,

In the view form I want to add the display of a QRcode.

In try to put the html code :
https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://www.xilinesoft.com/edit=XXX&choe=UTF-8
I can't find how to put the number of my current record instead of XXX so the QRcode is representing my file (or a link to my page) ?
Hope i'm clear enough.
Thank you
Pierre

Sergey Kornilov admin 9/13/2011

On view page you can access the current record ID as $_REQUEST["editid1"]