data included
This commit is contained in:
parent
712e85eb63
commit
cb02d0a583
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if (isset($_GET['matchid'])) {
|
|||
// Read and decode the JSON file
|
||||
$jsonData = json_decode(file_get_contents($filename), true);
|
||||
echo "<pre>";
|
||||
print_r($jsonData);
|
||||
print_r($jsonData['data']['included']);
|
||||
echo "</pre>";
|
||||
|
||||
// Start building the HTML table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue