index also clickable #114
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue