Codice PHP:
<?php
$pippo5
='ciao';
$i=5;
$t='pippo'.$i;
echo $
$t;
?>
ciao