index also clickable #114

Merged
OpzekerIT merged 7 commits from dev into main 2023-11-15 11:09:53 +00:00
Showing only changes of commit cfb329465c - Show all commits

View file

@ -67,6 +67,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
foreach($lastMatches as $match) { foreach($lastMatches as $match) {
$matchid = $match['id']; $matchid = $match['id'];
print_r($match);
echo "<tr> echo "<tr>
<td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td> <td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td>
<td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td> <td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td>