<?php $benvenuto = array('Ciao','Anomalo','e','benvenuto', 'su', 'IProgrammatori.it'); foreach ($benvenuto as $item) { echo "$item\n"; } ?>