warning about offsiting the qrcode generation...
[ga4php.git] / example / index.php
index ca69203..54d50a5 100644 (file)
@@ -20,7 +20,7 @@ if(isset($_REQUEST["action"])) {
                                echo "<font color=\"red\">Sorry, username can only contain a-z, A-Z, 0-9 @ and .</font>";
                        } else {
                                $url = $ga->setupUser($username);
-                               echo "QRCode for user \"$username\" is <img src=\"http://chart.apis.google.com/chart?cht=qr&chl=$url&chs=120x120\">";
+                               echo "QRCode for user \"$username\" is <img src=\"http://chart.apis.google.com/chart?cht=qr&chl=$url&chs=120x120\"> or type in $url (actually its just the code on the end of the url)";
                        }
                        echo "<hr>";
                        break;