codice:
$variabile = 'CIAO ';
function scrivi_nome ($nome){
    global $variabile;
    echo $variabile . ' ' . $nome ;
}