This commit is contained in:
Lanta 2023-11-22 15:17:52 +01:00
parent 37a261bfea
commit bc50b85890

View file

@ -58,6 +58,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);
if (isset($selected_match['stats']['name']) === $selected_player) { if (isset($selected_match['stats']['name']) === $selected_player) {
echo "<h2>Recent Matches for $selected_player</h2>"; echo "<h2>Recent Matches for $selected_player</h2>";