I didn't get answer when click on that link, why ?
http://php.flashwebhost.com/sherly/birds1.php
Code:<?php // create array $birds = array('crow', 'crane', 'eagle', 'parrot', 'hen', 'cock', 'sparrow', 'koel', 'peacock', 'myna'); // lets print echo $birds[1]; echo '<br>'; echo $birds[2]; echo '<br>'; echo $birds[4]; echo '<br>'; echo $birds[8];
Bookmarks