Originally Posted by sibichan1 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 Good script. Better to have one PHP statement per time, that is a new line after each semicolon.
<?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];
Become PHP Expert in 30 days FreeMarriage.com - Free Online Matrimonial FlashWebHost.com - Professional Web Hosting, Designing.
View Tag Cloud
Forum Rules
Bookmarks