From 59c7909cbed13e31def36c16e1130ef811375535 Mon Sep 17 00:00:00 2001 From: Lanta 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'];