The Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse

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 Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse

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 Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse

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 Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse

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 Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse

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 Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse

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 Big Chance

Cast (19)

  • Adrienne Corri

    Adrienne Corri

    Diana Maxwell

  • William Russell

    William Russell

    Bill Anderson

  • Ian Colin

    Ian Colin

    Adam Maxwell

  • Penelope Bartley

    Penelope Bartley

    Betty Anderson

  • Ferdy Mayne

    Ferdy Mayne

    Dimitri Aperghis

  • John Rae

    John Rae

    Mr. Jarvis

  • Mary Jones

    Mary Jones

    Miss Jessop

  • Douglas Ives

    Douglas Ives

    Stan Willett

  • Doris Yorke

    Doris Yorke

    Mrs. Willett

  • John Walters

    John Walters

    Customs Man

  • Reginald Hearne

    Reginald Hearne

    Customs Official

  • Edwin Richfield

    Edwin Richfield

    Café Owner

  • Peter Swanwick

    Peter Swanwick

    Passport Official

  • Howard Lang

    Howard Lang

    Saw Mill Man

  • Richard Shaw

    Richard Shaw

    Airport Official

  • Robert Raglan

    Robert Raglan

    Police Inspector

  • Edgar Driver

    Edgar Driver

    Caretaker

  • Jessica Cairns

    Jessica Cairns

    Girl at Door

  • Beth Rogan

    Beth Rogan

    Nurse