From 601779a983e376675e6227d32d1e9b4b59653c2d Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 22 Nov 2023 15:19:10 +0100 Subject: [PATCH] names --- latestmatches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latestmatches.php b/latestmatches.php index 1ae4876..29e4392 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -58,7 +58,7 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo ); // Display the player's match stats foreach ($players_matches as $selected_match) { - print_r($selected_match); + print_r($selected_match['stats']['name']); if (isset($selected_match['stats']['name']) === $selected_player) { echo "

Recent Matches for $selected_player

";