GHK RFC is delighted to congratulate our head coach, Kenny Brown, on his appointment as Interim Managing Director of Glasgow Warriors.
This is a fantastic achievement and a testament to Kenny’s leadership, vision, and commitment to rugby in Glasgow. We are proud to see him take on such a prestigious role within the professional game, and we have no doubt he will bring the same energy and expertise to the Warriors as he does to our club. Read moreon the Warriors website.
Importantly, Kenny will continue in his role with GHK, and we look forward to maintaining the strong relationship we’ve built with him at Old Anniesland. His passion and dedication to our players and community remain clear, and we are excited to support him as he balances both roles.
Everyone at GHK wishes Kenny every success in this new chapter, and we are thrilled to see his talents recognised on such a stage.
SELECT * FROM (SELECT a.*, l.image as team2_logo
FROM (
SELECT r.id as fixture_id, r.competition_name, r.date, r.time, r.team1, r.team2, r.season, l.image as team1_logo
FROM wp_e1b349da27_fixtures r LEFT JOIN wp_e1b349da27_team_logo l on LOWER(r.team1) = LOWER(l.name)
) as a LEFT JOIN wp_e1b349da27_team_logo l on LOWER(a.team2) = LOWER(l.name)
WHERE (LOWER(team1) like 'ghk %' or LOWER(team2) like 'ghk %') and competition_name not like '%(Women\'s)%' and competition_name like '%National League Division 2%' and season='2025-2026') tb, wp_e1b349da27_crawler_index ci WHERE tb.fixture_id >= ci.start_id and tb.fixture_id <= ci.end_id and table_name = "wp_e1b349da27_fixtures" and STR_TO_DATE(ci.crawl_date, "%Y-%m-%dT%T") in (SELECT MAX(STR_TO_DATE(crawl_date, "%Y-%m-%dT%T")) FROM wp_e1b349da27_crawler_index WHERE start_id > 0 AND end_id > 0) order by fixture_id asc limit 1