getParam($_REQUEST, 'id', 0); $db = new DBConnection(); $maps = $util->getMaps($db); $map = $util->getValueFromArray($id, $maps); $db->close(); ?>