The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Match

Cast (28)

  • Max Beesley

    Max Beesley

    Wullie Smith

  • Isla Blair

    Isla Blair

    Sheila Bailey

  • James Cosmo

    James Cosmo

    Billy Bailey

  • Richard E. Grant

    Richard E. Grant

    Gorgeous Gus

  • Laura Fraser

    Laura Fraser

    Rosemary Bailey

  • Ian Holm

    Ian Holm

    Big Tam

  • David Hayman

    David Hayman

    Scrapper

  • Tom Sizemore

    Tom Sizemore

    Buffalo

  • Neil Morrissey

    Neil Morrissey

    Piss Off

  • David O'Hara

    David O'Hara

    Mechanic

  • Iain Robertson

    Iain Robertson

    Danny Van Boy

  • Michael Nardone

    Michael Nardone

    Dingus

  • Bill Paterson

    Bill Paterson

    Tommy

  • Gary Lewis

    Gary Lewis

    Dead Eye

  • Ron Donachie

    Ron Donachie

    Happy Feet

  • Pierce Brosnan

    Pierce Brosnan

    John MacGhee

  • Samantha Fox

    Samantha Fox

    Patsy Kennedy

  • Sally Howitt

    Sally Howitt

    Carol McGhee

  • Jonathan Watson

    Jonathan Watson

    Charlie

  • Andy Gray

    Andy Gray

    Arrow

  • Paul Doonan

    Paul Doonan

    Lefty

  • Mark O'Hare

    Mark O'Hare

    Righty

  • Gary McCormack

    Gary McCormack

    Growler

  • Hope Ross

    Hope Ross

    Anna Smith

  • Russell Barr

    Russell Barr

    Nancy No Pants

  • Chris Symes

    Chris Symes

    English Harry

  • Edward McQuillan

    Edward McQuillan

    Pasty Face

  • Alan Shearer

    Alan Shearer

    Himself