echo(
"questo è html" .
$questo_e_un_array[2] .
$questo_e_un_array[$indice] .
"questo è html"
);


echo("concatenazione " . $variabile . " di " . $variabile . " variabili");