From af4a57fd0035ed351277fe7e5d5abe6003d7c428 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 22 Nov 2023 15:17:52 +0100 Subject: [PATCH] debug --- latestmatches.php | 1 + 1 file changed, 1 insertion(+) diff --git a/latestmatches.php b/latestmatches.php index 956428d..1ae4876 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -58,6 +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); if (isset($selected_match['stats']['name']) === $selected_player) { echo "

Recent Matches for $selected_player

";