qn10

 <?php

$subjects = array("Sujit", "Ram", "Hari","Gita","Sita","Aadrash");

for ($i=0;$i<count($subjects);$i++)

{

echo $subjects[$i];

echo "<br>";

}

?>




No comments:

Powered by Blogger.