connect_error) { die("Connection failed: " . $conn->connect_error); } //Variables $self = htmlspecialchars(basename($_SERVER['SCRIPT_NAME'])); $query_string = "where "; $updates = ''; include_once($_SERVER['DOCUMENT_ROOT'] . '/apps/users-apps/user-functions.php'); $getAppssSQL = " SELECT * FROM eas_applications WHERE db_environment = 'OPROD' order by interface, module"; $getAppsresult = $conn->query($getAppssSQL); ?>