">
<?php$Country = array("INDIA","USA","ENGLAND"); foreach ($Country as $val){ echo "$val \n";}?>
This runs a for loop for that array.
Previous Question Next Question
Your comments will be displayed only after manual approval.