|
Nimrud - 2012-01-03 04:33:59
hello, I installed the files in the same directory on my server and am seeing this:
example.php - shows a list of qrcode images in one column and text describing what each image is, for example, Link, UTF8 text, SMS, etc.
qrcode.php - blank page
I am running PHP5. Thanks for this script and any help you can give me.
Arturs Sosins - 2012-01-03 08:11:43 - In reply to message 1 from Nimrud
Hello,
Well it's exactly how it should be.
qrcode.php is a class, well class definition. It doesn't execute anything, thus no output provided.
example.php on the other hand uses qrcode class (which is defined in qrcode.php), and if you open it in text editor, you'll see class instance and calls to the class.
I believe, you expected to see a webpage, which would allow you to generate you're own qrcodes, am I right?
If yes, I can create this kind of example and add it to the package.
Nimrud - 2012-01-03 15:00:41 - In reply to message 2 from Arturs Sosins
Hi Arturs, yes you are right, that's exactly what I was trying to do. Please tell me what to do next.
Thank you!
Arturs Sosins - 2012-01-03 18:06:59 - In reply to message 3 from Nimrud
No probs.
I've just added another example file qr_generator_example.php.
Simply download package again and it will be there.
Nimrud - 2012-01-04 01:36:05 - In reply to message 4 from Arturs Sosins
Brilliant! Thank you very much for your time and kindness.
|