fork download
  1. <?php
  2. $s=array('Hyd','Kol','Agra','Guj','Surat', 'Mumbai');
  3. for($i=0;$i<6;$i++) {
  4. echo "<br>";
  5. for($j=3;$j<3;$j++) { echo $s[$i][$j]." ";
  6. } }
  7. ?>
Success #stdin #stdout 0.01s 24304KB
stdin
Standard input is empty
stdout
<br><br><br><br><br><br>