ho risolto così:


codice:
if (isset($_GET['action'])) {
    $azione = $_GET['action'];
}
else $azione = "";

grazie mille!!!!