From 1d4dbf7d62570fa44eddcc4bffcda7c380d3560c Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 16 Nov 2023 14:48:10 +0100 Subject: [PATCH] outside foreach --- latestmatches.php | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/latestmatches.php b/latestmatches.php index 01ce4f5..3dcbc3c 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -23,20 +23,17 @@ $player_name = $player_data['playername']; echo ""; } - - echo "
"; - - echo "
- - - - - - -

"; - } + echo "
"; + echo "
+ + + + + + +

"; $selected_player = $_GET['selected_player'] ?? $players_matches[0]['playername'];