Selasa, 10 Juli 2018

PHP CODE Generate QRCODE


<?php   
 
    $NF="lp2maray.png";
   
    include "qrlib.php";   
  $errorCorrectionLevel = 'L';//'L','M','Q','H'
    $matrixPointSize = 4;//sd 10

$PNG_WEB_DIR = 'ypathfile/';
$namaPathFile=$PNG_WEB_DIR.$NF;

$isipesan="LP2M ARAY JAKARTA";
    QRcode::png($isipesan, $namaPathFile, $errorCorrectionLevel, $matrixPointSize, 2);   
       
    echo '<img src="'.$namaPathFile.'" /><hr/>'; 
   
 
   ?>
   

Download LIB:


Tidak ada komentar:

Posting Komentar

Sweet Alert

Download library weetalert.min.js, letakkan dalam satu folder sejajar index !  https://drive.google.com/drive/folders/1uXhLjQv998HlVhtzObOPC...