$template = "
<table>
<tr>
<td>".$nome."</td>
<td>."$cognome."</td>
<td>."$età."</td>
</tr>
</table>";