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

Mencari Tanggal Terakhir Suatu Bulan

  $a_date = "$tahun-$bulan-01"; $lastdate= date('t',strtotime($a_date));//Y-m-t <?php require_once"koneksivar.php&...