3 ème essaie
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 4a5bf40d9d
commit 7c4fc09054

@ -31,13 +31,15 @@
global $playerNumberPerGame;
$i = 0;
for ($i; $i <= $playerNumberPerGame; $i++)
echo "<tr>";
echo "<th scope='row'> X </th>";
echo "<td>".$lesInfos[0][$i]->getPseudo()."</td>";
echo "<td>".$lesInfos[1][$i]."</td>";
echo "<td>".$lesInfos[2][$i]."</td>";
echo "</tr>";
$i++;
echo $i;
echo $playerNumberPerGame;
echo "<tr>";
echo "<th scope='row'> X </th>";
echo "<td>".$lesInfos[0][$i]->getPseudo()."</td>";
echo "<td>".$lesInfos[1][$i]."</td>";
echo "<td>".$lesInfos[2][$i]."</td>";
echo "</tr>";
$i++;
?>
</tbody>
<!-- Bootstrap JavaScript Libraries -->

Loading…
Cancel
Save