fix
This commit is contained in:
parent
601779a983
commit
b2fa4b62ac
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo
|
||||||
// Display the player's match stats
|
// Display the player's match stats
|
||||||
foreach ($players_matches as $selected_match) {
|
foreach ($players_matches as $selected_match) {
|
||||||
print_r($selected_match['stats']['name']);
|
print_r($selected_match['stats']['name']);
|
||||||
if (isset($selected_match['stats']['name']) === $selected_player) {
|
if ($selected_match['stats']['name'] === $selected_player) {
|
||||||
|
|
||||||
echo "<h2>Recent Matches for $selected_player</h2>";
|
echo "<h2>Recent Matches for $selected_player</h2>";
|
||||||
echo "<table border='1' class='sortable'>";
|
echo "<table border='1' class='sortable'>";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue