codice:
foreach($array as $value) {
echo $value . '
';
}
:master: