I'm trying to use this excellent plugin to auto-generate a QR code based on information passed from another php script and then have the generated QR code load directly in another page, so that the user simply clicks submit and is passed to a new page which auto-loads the generated QR code…
Can someone please point me in the right direction to get this going?!?!
Thanks very much in advance!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to use this excellent plugin to auto-generate a QR code based on information passed from another php script and then have the generated QR code load directly in another page, so that the user simply clicks submit and is passed to a new page which auto-loads the generated QR code…
Can someone please point me in the right direction to get this going?!?!
Thanks very much in advance!!!
Hi…
I'm working….
my code is:
$nuevo = 'http://mkmovil.com/generatormovil/creator/new_site/'.$newName.'/index.php' ;
QRcode::png($nuevo, $filename, 'H', 10, 2);
but …
the image code qr show me:
nessware024524/index.php
don't show the URL:
http://mkmovil.com/generatormovil/creator/new_site/nessware024524/index.php
Thanks!!!
Here are some code snippet of PHP QR code generator Script, hope they are helpful:
include 'qrcode.class.php';
$qr = new SocialQrCode ();
// create a QR Code with this text and display it$qr->setType ( SocialQrCode::QRCODE_TYPE_PNG );
$qr->generate ( "http://www.facebook.com/cocacola" );
$qr->show ();
QRcode::png("My First QR Code");
Basic URL encoding example:
qr_img.php?d=http://pixelcode.co.uk&e=H
JPEG example:
qr_img.php?d=http://pixelcode.co.uk&e=H&t=J
HTML image example: