<?php $a = array('dog', 'cat', 'zebra', 'elephant', 'lion', 'tiger', 'squirrel', 'leopard', 'giraff'); foreach ($a as $animal) { echo $animal . "\r\n"; } ?>
You have javascript disabled. You will not be able to edit any code.