A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)

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'; ?>
A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)

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'; ?>
A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)

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'; ?>
A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)

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'; ?>
A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)

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'; ?>
A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)

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'; ?>
A Private Function

Cast (30)

  • Michael Palin

    Michael Palin

    Gilbert Chilvers

  • Maggie Smith

    Maggie Smith

    Joyce Chilvers

  • Denholm Elliott

    Denholm Elliott

    Dr. Swaby

  • Richard Griffiths

    Richard Griffiths

    Allardyce

  • Tony Haygarth

    Tony Haygarth

    Sutcliff

  • John Normington

    John Normington

    Lockwood

  • Bill Paterson

    Bill Paterson

    Wormold

  • Liz Smith

    Liz Smith

    Mother

  • Alison Steadman

    Alison Steadman

    Mrs. Allardyce

  • Jim Carter

    Jim Carter

    Inspector Noble

  • Pete Postlethwaite

    Pete Postlethwaite

    Nuttol

  • Eileen O'Brien

    Eileen O'Brien

    Mrs. Sutcliff

  • Rachel Davies

    Rachel Davies

    Mrs. Forbes

  • Reece Dinsdale

    Reece Dinsdale

    P.C. Penny

  • Philip Wileman

    Philip Wileman

    Preston

  • Charles McKeown

    Charles McKeown

    Medcalf

  • Susan Porrett

    Susan Porrett

    Mrs. Medcalf

  • Donald Eccles

    Donald Eccles

    Father

  • Denys Hawthorne

    Denys Hawthorne

    Hotel Manager

  • Don Estelle

    Don Estelle

    Barraclough

  • Eli Woods

    Eli Woods

    Ernest

  • Amanda Gregan

    Amanda Gregan

    Veronica

  • Paula Tilbrook

    Paula Tilbrook

    Mrs. Turnbull

  • Bernard Wrigley

    Bernard Wrigley

    Painter

  • Lee Daley

    Lee Daley

    Painter's Boy

  • Gilly Coman

    Gilly Coman

    Dorothy

  • Maggie Ollerenshaw

    Maggie Ollerenshaw

    Woman

  • Josie Lane

    Josie Lane

    Mrs. Beavers

  • David Morgan

    David Morgan

    Mervin

  • Jill Goldston

    Jill Goldston

    Woman in Cinema (uncredited)

Crew (62)