//funzione per prendere tutte le parole chiave reset($MENU); while(list($k, $v)=each($MENU)) { while(list($kk, $vv)=each($v)) { if($vv[key] != "") $KEYY1[] = $vv[key]; if($vv[key] != "") $KEYY2 .= $vv[key].","; } } ?>
print_r($KEYY1); print encode($KEYY2); ?>