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