Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //cara memanggil fungsi
- $qrcode = $this->generate_qr_code('halo ini adalah isi QRCode');
- //menampilkan QRCode di tag html
- echo '<img src="public/files/'.$data['qrcode'].'" heigh="100px" width="100px" alt="">';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement