" rel="stylesheet" />
| P | W | D | L | F | A | GD |
|---|---|---|---|---|---|---|
| 21 | 0 | 21 | 0 | 25 | 25 | 0 |
| # | Match date | Date | Opponent | Home/Away | H/A | Res | Scorers | ||
|---|---|---|---|---|---|---|---|---|---|
| 1 | Sat 14 Sep 2024 | 14/09/24 | Coventry City | Home | H | D | 1-1 | Dele-Bashiru (67) | |
| 2 | Sat 02 Sep 2023 | 02/09/23 | Coventry City | Away | A | D | 3-3 | Rajovic (35, 79), Martins (52) | |
| 3 | Mon 10 Apr 2023 | 10/04/23 | Coventry City | Away | A | D | 2-2 | Louza (45+1), Pedro (6) | |
| 4 | Sat 06 Feb 2021 | 06/02/21 | Coventry City | Away | A | D | 0-0 | ||
| 5 | Sat 17 Mar 2012 | 17/03/12 | Coventry City | Home | H | D | 0-0 | ||
| 6 | Sat 20 Aug 2011 | 20/08/11 | Coventry City | Away | A | D | 0-0 | ||
| 7 | Sat 14 Aug 2010 | 14/08/10 | Coventry City | Home | H | D | 2-2 | Buckley (45), Eustace (58) | |
| 8 | Sat 10 Jan 2004 | 10/01/04 | Coventry City | Away | A | D | 0-0 | ||
| 9 | Tue 21 Oct 2003 | 21/10/03 | Coventry City | Home | H | D | 1-1 | Fitzgerald (83) | |
| 10 | Sat 23 Oct 1982 | 23/10/82 | Coventry City | Home | H | D | 0-0 | ||
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.