oe) && !empty($_GET["codice"])) { $compilato = DGUE::staticgetMyDGUE("","",["codice"=>$_GET["codice"]]); if (!empty($compilato)) { $dgue = json_decode($compilato[0]["json"],true); if (!empty($dgue)) { $xml = DGUE::getResponseXML($dgue); if (!empty($xml)) { $error = false; header('Content-type: text/xml'); header('Content-Disposition: attachment; filename="DGUE-Response.xml"'); echo $xml; } else { ?>