* @copyright Copyright (c) 2020-2021 * @license https://opensource.org/licenses/MIT MIT License * @link https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code * @version 1.0 */ session_start(); require_once 'config/config.php'; require_once BASE_PATH.'/includes/auth_validate.php'; // Dynamic qrcode class require_once BASE_PATH . '/lib/Dynamic_Qrcode/Dynamic_Qrcode.php'; $dynamic_qrcode = new Dynamic_Qrcode(); // Serve POST method, After successful insert, redirect to dynamic_qrcodes.php page. if ($_SERVER['REQUEST_METHOD'] === 'POST') $dynamic_qrcode->add(); ?> Add dynamic - Qrcode Generator

Add qr code

Enter the requested data