CREATEDAD
This commit is contained in:
parent
f58f20ea7c
commit
eb4ada2464
1 changed files with 37 additions and 36 deletions
|
|
@ -38,7 +38,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
<table>
|
||||
|
||||
<tr>
|
||||
<!-- <th>Match Date</th> -->
|
||||
<th>Match Date</th>
|
||||
<th>Player Name</th>
|
||||
<th>Mode</th>
|
||||
<th>Type</th>
|
||||
|
|
@ -68,6 +68,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
$matchid = $match['id'];
|
||||
|
||||
echo "<tr>
|
||||
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['createdAt'] . "</a></td>
|
||||
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['playername'] . "</a></td>
|
||||
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['gameMode'] . "</a></td>
|
||||
<td><a href='matchinfo.php?matchid=$matchid'>" . $match['matchType'] . "</a></td>
|
||||
|
|
@ -97,7 +98,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
echo "<tr><td><a href='latestmatches.php?selected_player=" . htmlspecialchars($value) . "'>name</a></td><td><a href='latestmatches.php?selected_player=" . htmlspecialchars($value) . "'>" . htmlspecialchars($value) . "</a></td></tr>";
|
||||
}
|
||||
foreach ($clan as $key => $value) {
|
||||
if($key == 'updated'){
|
||||
if ($key == 'updated') {
|
||||
continue;
|
||||
}
|
||||
echo "<tr><td>" . htmlspecialchars($key) . "</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue