PHP Code:
<?php
$mobile 
= array('Nokia' 'Samsung''Sony' 'LG''Micro Max') ;
echo 
$mobile[0];echo '<br>';echo $mobile[1];echo '<br>';echo $mobile[2];echo '<br>';echo $mobile[3];echo '<br>';echo $mobile[4];
http://php.flashwebhost.com/sibichan/Day-5/mobile.php