">
<?php$City = array("Chennai", "Mumbai", "Noida");print $City[2];?>
Print statement can be used to output a specific array member.
Previous Question Next Question
Your comments will be displayed only after manual approval.