From 41127a7109d95f5a33a8b30292905c0f406b1d79 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 14 Nov 2023 20:00:42 +0100 Subject: [PATCH] s --- matchinfo.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/matchinfo.php b/matchinfo.php index 385e78c..638da95 100644 --- a/matchinfo.php +++ b/matchinfo.php @@ -8,7 +8,10 @@ if (isset($_GET['matchid'])) { if (file_exists($filename)) { // Read and decode the JSON file $jsonData = json_decode(file_get_contents($filename), true); - echo $jsonData; + echo "
";
+        print_r($jsonData);
+        echo "
"; + // Start building the HTML table echo ""; echo "";
Player NameKillsDamage DealtTime SurvivedRank