Hello ppls,
i have one problem and am hoping someone can help me.
Am making .php which will on insert data in table in my database read ID of new inserted data and convert it in qr code. After that qr code will be saved like .jpg in some folder.
So, i started with little steps. First i made qrcode from some basic url and after that i wanted to save that in some folder but there started problems…i dunno how to save it.
[php]
<?php $urlToEncode="http://www.myproject.com/project1/check.php?ID=79"; generateQRwithGoogle($urlToEncode); function generateQRwithGoogle($chl,$widhtHeight ='150',$EC_level='L',$margin='0') { $image = '[/php]
I hope someone will know how to help me.
Thanks