Quote Originally Posted by sherlyk View Post
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];


I just copy/paste/uploaded your script

http://php.flashwebhost.com/sibichan/Day-5/birds1.php

Its working.