Advertisement
juliarnasution

menampilkan QRCode

Mar 28th, 2020
1,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. //cara memanggil fungsi
  2. $qrcode = $this->generate_qr_code('halo ini adalah isi QRCode');
  3.  
  4. //menampilkan QRCode di tag html
  5. echo '<img src="public/files/'.$data['qrcode'].'" heigh="100px" width="100px" alt="">';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement