if (!empty($input) && !empty($name) ) {
$id_root = str_replace("[", "", $name);
$id_root = str_replace("]", "-", $id_root);
$obbligatorio["stato"] = "N";
$obbligatorio["regione"] = "N";
$obbligatorio["provincia"] = "N";
$obbligatorio["citta"] = "N";
?>
} ?>