<?php
$a = array(array());
$k = 0;
for($i=0;$i<5;$i++){
for($j=0;$j<3;$j++){
$a[$i][$j] = $k++ % 10;
}
}
for($i=0;$i<5;$i++){
for($j=0;$j<3;$j++){
echo $a[$i][$j];
}
}
?>
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment