The Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)

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 Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)

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 Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)

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 Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)

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 Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)

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 Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)

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 Remains of the Day

Cast (33)

  • Anthony Hopkins

    Anthony Hopkins

    James Stevens

  • Emma Thompson

    Emma Thompson

    Miss Kenton

  • James Fox

    James Fox

    Lord Darlington

  • Christopher Reeve

    Christopher Reeve

    Jack Lewis

  • Hugh Grant

    Hugh Grant

    Reginald Cardinal

  • Peter Vaughan

    Peter Vaughan

    William Stevens

  • Ben Chaplin

    Ben Chaplin

    Charlie, Head Footman

  • Paula Jacobs

    Paula Jacobs

    Mrs. Mortimer, the cook

  • Patrick Godfrey

    Patrick Godfrey

    Spencer

  • Michael Lonsdale

    Michael Lonsdale

    Dupont D'Ivry

  • Rupert Vansittart

    Rupert Vansittart

    Sir Geoffrey Wren

  • Tim Pigott-Smith

    Tim Pigott-Smith

    Thomas Benn

  • Lena Headey

    Lena Headey

    Lizzie

  • Paul Copley

    Paul Copley

    Harry Smith

  • Peter Cellier

    Peter Cellier

    Sir Leonard Bax

  • Brigitte Kahn

    Brigitte Kahn

    Baroness

  • John Savident

    John Savident

    Doctor Meredith

  • Pip Torrens

    Pip Torrens

    Doctor Richard Carlisle

  • Peter Eyre

    Peter Eyre

    Lord Halifax

  • Wolf Kahler

    Wolf Kahler

    German ambassador

  • Abigail Hopkins

    Abigail Hopkins

    Housemaid

  • John Haycraft

    John Haycraft

    Auctioneer

  • Caroline Hunt

    Caroline Hunt

    Landlady

  • Steve Dibben

    Steve Dibben

    George, Second Footman

  • Terence Bayler

    Terence Bayler

    Trimmer

  • Peter Halliday

    Peter Halliday

    Canon Tufnell

  • Jeffry Wickham

    Jeffry Wickham

    Viscount Bigge

  • Tony Aitken

    Tony Aitken

    Postmaster

  • Christopher Brown

    Christopher Brown

    Irma

  • Ian Redford

    Ian Redford

    Publican

  • Jo Kendall

    Jo Kendall

    Publican's wife

  • Steven Beard

    Steven Beard

    Andrews

  • Miles Richardson

    Miles Richardson

    Craddock (uncredited)