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

ServeurDeTest
Noé GARNIER 2 years ago
parent b12821920c
commit 4a5bf40d9d

@ -28,8 +28,9 @@
</thead> </thead>
<tbody> <tbody>
<?php <?php
$i = 0; global $playerNumberPerGame;
foreach($lesInfos[0] as $joueur) $i = 0;
for ($i; $i <= $playerNumberPerGame; $i++)
echo "<tr>"; echo "<tr>";
echo "<th scope='row'> X </th>"; echo "<th scope='row'> X </th>";
echo "<td>".$lesInfos[0][$i]->getPseudo()."</td>"; echo "<td>".$lesInfos[0][$i]->getPseudo()."</td>";

Loading…
Cancel
Save