Posts by David Deizepi • 1 point
1 post
-
0
votes2
answers695
viewsA: PHP Matrix How to Fill
You can try the following code: <h1>Mapa</h1> <table> <?php $linhas = $planeta->count(); $planeta = $planeta->toArray(); for($linha = 0; $linha <= 10; $linha++){ //Como…