He’s back for another season, the longest serving player in GHK history!
Some say he can slam a revolving door, kill two stones with one bird, and even squeeze orange juice from a banana.
A club legend known by many names: Mr Anniesland, Huge Parker, Who?….but we like to call him Darcy. Flashback to 2007 when the first iPhone was released, the final Harry Potter book was published, and Stronger by Kayne West was number one in the charts.
However, these achievements pale in comparison to the day the Stranraer native pulled on the blue and green of GHK for the first of many times, igniting his lustrous career with the Old Anniesland outfit. His total cap count pre dates SRU databases, though ancient scholars reckon they sit somewhere in the region of the 350+ mark.
Former club captain, head tape merchant and all round good guy, he’ll continue to rampage across the OA canvas for another season with GHK!
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='2024-2025') 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