" rel="stylesheet" />
| P | W | D | L | F | A | GD |
|---|---|---|---|---|---|---|
| 44 | 44 | 0 | 0 | 121 | 26 | 95 |
| # | Match date | Date | Opponent | Home/Away | H/A | Res | Scorers | ||
|---|---|---|---|---|---|---|---|---|---|
| 1 | Sat 07 Nov 2020 | 07/11/20 | Coventry City | Home | H | W | 3-2 | Gray (53), Troost-Ekong (66), Sarr (83) | |
| 2 | Tue 27 Aug 2019 | 27/08/19 | ![]() | Coventry City | Home | H | W | 3-0 | Sarr (37), Janmaat (56), Penaranda (69) |
| 3 | Sun 02 May 2010 | 02/05/10 | Coventry City | Away | A | W | 4-0 | Lansbury (17), Graham (78), Sordell (81) | |
| 4 | Sat 25 Apr 2009 | 25/04/09 | Coventry City | Away | A | W | 3-2 | Smith (58), Rasiak (61), Priskin (74) | |
| 5 | Sat 13 Dec 2008 | 13/12/08 | Coventry City | Home | H | W | 2-1 | Smith (62), O'Toole (72) | |
| 6 | Sat 05 Apr 2008 | 05/04/08 | Coventry City | Home | H | W | 2-1 | Ellington (7), Smith (79) | |
| 7 | Tue 23 Oct 2007 | 23/10/07 | Coventry City | Away | A | W | 3-0 | Johnson (30), King (42), Henderson (46) | |
| 8 | Sat 11 Feb 2006 | 11/02/06 | Coventry City | Home | H | W | 4-0 | Young (32), King (59), Henderson (78), DeMerit (82) | |
| 9 | Sat 01 Feb 2003 | 01/02/03 | Coventry City | Away | A | W | 1-0 | Hyde (60) | |
| 10 | Mon 26 Aug 2002 | 26/08/02 | Coventry City | Home | H | W | 5-2 | Smith (34), Webber (40), Glass (5), Nielsen (63), Robinson (71) | |
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.