http://php.flashwebhost.com/sherly/students.php

Code:
<?php

$mystudents = array('Neena' , 'Meera' , 'Leena' , 'Zeena' );
foreach ($mystudents as $mystudents) {
echo $mystudents;
echo '<br>';
}