include $_SERVER['DOCUMENT_ROOT'] . "/WebBuilder/WebApp.class.php"; $WebApp->pageHeading('EDIT USER'); $db = new DBMain(); // get the current users informartion from get $result = $db->exec_query('safesure_users', ['*'], '', '', '', '', 'record_id="' . $_GET['record_id'] . '"'); $info = $result->fetch_assoc(); ?>