The Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)

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 Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)

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 Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)

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 Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)

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 Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)

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 Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)

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 Englishman Who Went Up a Hill But Came Down a Mountain

Cast (22)

  • Hugh Grant

    Hugh Grant

    Reginald Anson

  • Tara Fitzgerald

    Tara Fitzgerald

    Betty

  • Colm Meaney

    Colm Meaney

    Morgan the Goat

  • Ian McNeice

    Ian McNeice

    George Garrad

  • Ian Hart

    Ian Hart

    Johnny Shellshocked

  • Kenneth Griffith

    Kenneth Griffith

    Reverend Jones

  • Tudor Vaughan

    Tudor Vaughan

    Thomas Twp

  • Hugh Vaughan

    Hugh Vaughan

    Thomas Twp Two

  • Robert Pugh

    Robert Pugh

    Williams the Petroleum

  • Robert Blythe

    Robert Blythe

    Ivor

  • Garfield Morgan

    Garfield Morgan

    Davies the School

  • Lisa Palfrey

    Lisa Palfrey

    Blod Jones

  • Dafydd Wyn Roberts

    Dafydd Wyn Roberts

    Tommy Twostroke

  • Ieuan Rhys

    Ieuan Rhys

    Sergeant Thomas

  • Anwen Williams

    Anwen Williams

    Mavis

  • David Lloyd Meredith

    David Lloyd Meredith

    Jones the JP

  • Howell Evans

    Howell Evans

    Thomas the Trains

  • Fraser Cains

    Fraser Cains

    Evans the End of the World

  • Jack Walters

    Jack Walters

    Grandfather

  • Harry Kretchmer

    Harry Kretchmer

    Young Boy

  • Maisie McNeice

    Maisie McNeice

    Girl in classroom

  • Nicholas McGaughey

    Nicholas McGaughey

    Narrator (voice)