" rel="stylesheet" />
| P | W | D | L | F | A | GD |
|---|---|---|---|---|---|---|
| 41 | 0 | 0 | 41 | 26 | 108 | -82 |
| # | Match date | Date | Opponent | Home/Away | H/A | Res | Scorers | ||
|---|---|---|---|---|---|---|---|---|---|
| 1 | Sat 02 May 2026 | 02/05/26 | Coventry City | Home | H | L | 0-4 | ||
| 2 | Sat 25 Oct 2025 | 25/10/25 | Coventry City | Away | A | L | 1-3 | Louza (69) | |
| 3 | Sat 25 Jan 2025 | 25/01/25 | Coventry City | Home | H | L | 1-2 | Own goal (82) | |
| 4 | Sat 09 Mar 2024 | 09/03/24 | Coventry City | Home | H | L | 1-2 | Porteous (20) | |
| 5 | Sat 05 Nov 2022 | 05/11/22 | Coventry City | Home | H | L | 0-1 | ||
| 6 | Sat 02 Apr 2011 | 02/04/11 | Coventry City | Away | A | L | 0-2 | ||
| 7 | Tue 29 Sep 2009 | 29/09/09 | Coventry City | Home | H | L | 2-3 | Cleverley (21), Hoskins (37) | |
| 8 | Wed 28 Sep 2005 | 28/09/05 | Coventry City | Away | A | L | 1-3 | Young (51) | |
| 9 | Sat 05 Mar 2005 | 05/03/05 | Coventry City | Home | H | L | 2-3 | Dyer (32), Webber (84) | |
| 10 | Sat 18 Dec 2004 | 18/12/04 | Coventry City | Away | A | L | 0-1 | ||
Try searching for echo butLink("united", "matches", 0, false, false) ?> will find all matches against teams with united in their name. Searching echo butLink("South coast", "matches", 0, false) ?> will find all matches played on the south coast.
echo butLink("\"Luther Blissett scored\"", "matches", 0, false, false) ?> will return all games where Luther Blissett scored.
echo butLink("\"Troy Deeney scored penalty\" away", "matches", 0, false, false) ?> will return all games where Troy Deeney scored a penalty away from home.
echo butLink("Friday away win", "matches", 0, false, false) ?> will return all wins played away on a friday.
echo butLink("wfc:3", "matches", 0, false, false) ?> will return all games where Watford scored 3.
echo butLink("opp:4", "matches", 0, false, false) ?> will return all games where the opposition scored 4.
echo butLink("wfc>4 opp<2", "matches", 0, false) ?> will return all games where Watford scored more than 3 and the opposition scored less than 2.
echo butLink("penalty", "matches", 0, false, false) ?> - any game featuring a scored penalty.
echo butLink("\"sub and subbed\"", "matches", 0, false, false) ?> will get games where a substitute coming on has then been taken off again.
echo butLink("\"sub and scored\"", "matches", 0, false, false) ?> will get games where a substitute coming on has scored.
echo butLink("\"scored and subbed\"", "matches", 0, false, false) ?> will get games where a goalscorer has been substituted.
echo butLink("\"sub and scored and subbed\"", "matches", 0, false, false) ?> will get games where a substitute has come on, scored and then been substituted.
echo butLink("tier:1", "matches", 0, false, false) ?> will get games in the top tier only.
echo butLink("red card", "matches", 0, false, false) ?> will get games where there has been a red card.
echo butLink("\"Nigel Gibbs red card\"", "matches", 0, false, false) ?> will get games where Nigel Gibbs has been sent off.
You can order the table by any of the column headers that are links.