codice:
$nome="pippo";

function datiesterni($me,$nome){
$stringa="ciao $nome da $me";
echo $stringa;
};

datiesterni("pluto",$nome);