Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 840 Bytes

File metadata and controls

23 lines (19 loc) · 840 Bytes

#Web-Programming | QRCode Generate untuk username - Tris

Berikut Project Studi Kasus Member Card \\\\\\\\\\\\\\\\\\\\\\\\\\\\ Generator ID Uniq dan QR Code Uniq. Biasanya diperlukan untuk CRUD pada ID.

======================================================== PHP Uniq :

<?php
echo uniqid();
?>

========================================================

PHPQRCode : include plugin/phpqrcode-master

            <?php
                include "plugin/phpqrcode-master/phpqrcode-master/qrlib.php";
                    QRcode::png("ID_ANDA", "qrcode.png");
            ?>