Skip to content

Instantly share code, notes, and snippets.

View DevelopMod's full-sized avatar

DevMod DevelopMod

View GitHub Profile
@DevelopMod
DevelopMod / index.php
Created July 5, 2020 10:13
QR Generator with Logo and Deleting Associate Image directly after load
<?php
//ini_set('display_errors', 1);
//ini_set('display_startup_errors', 1);
//error_reporting(E_ALL);
//We are using PHPQRCODE Lib Downlaod here or anywhere https://github.com/t0k4rt/phpqrcode
require_once("phpqrcode/qrlib.php");
$name = idinfo($_SESSION['pw_uid'],"first_name");