http://php.flashwebhost.com/stefin/animals.php
Code:<?php $animals = array('leapord', 'monkey', 'elephant', 'wolf', 'tiger', 'lion', 'giraffe'); $numberOfAnimals = count($animals); echo '<p>We Have ' . $numberOfAnimals . ' Animals In Our Zoo.</p>';
http://php.flashwebhost.com/stefin/animals.php
Code:<?php $animals = array('leapord', 'monkey', 'elephant', 'wolf', 'tiger', 'lion', 'giraffe'); $numberOfAnimals = count($animals); echo '<p>We Have ' . $numberOfAnimals . ' Animals In Our Zoo.</p>';
Bookmarks