Posts by Felipe Moura • 71 points
2 posts
-
2
votes2
answers695
viewsA: PHP Matrix How to Fill
I decided to change the code as follows: for ($i=0; $i<$count ;$i++) { $mapa[$planeta[$i]['coordx']][$planeta[$i]['coordy']]['x']=$planeta[$i]['coordx'];…
-
5
votes2
answers695
viewsQ: PHP Matrix How to Fill
Guys want to fill this matrix. It works but when I try to put more than one result in the same line only the last one appears. How to fix? <h1>Mapa</h1> <?php $linha=0; $coluna=0;…