This commit is contained in:
Thijs Stobbelaar 2023-09-29 13:47:14 +02:00
parent 9693545ba6
commit d5d8a10be3

View file

@ -40,8 +40,8 @@ error_reporting(E_ALL);
</tr>"; </tr>";
foreach ($players_matches as $player_datas) { foreach ($players_matches as $player_datas) {
$keys = array_keys($player_datas);
print($keys);
foreach ($player_datas as $player_data) { foreach ($player_datas as $player_data) {
if (!isset($player_data['playername']) || is_null($player_data['playername'])) { if (!isset($player_data['playername']) || is_null($player_data['playername'])) {
continue; // Skip this iteration and move to the next continue; // Skip this iteration and move to the next