The Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (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 Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (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 Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (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 Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (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 Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (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 Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (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 Sentinel

Cast (30)

  • Cristina Raines

    Cristina Raines

    Alison Parker

  • Chris Sarandon

    Chris Sarandon

    Michael Lerman

  • Martin Balsam

    Martin Balsam

    Prof. Ruzinsky

  • John Carradine

    John Carradine

    Fr. Francis Matthew Halloran

  • José Ferrer

    José Ferrer

    Priest of the Brotherhood

  • Ava Gardner

    Ava Gardner

    Helen Logan

  • Arthur Kennedy

    Arthur Kennedy

    Monsignor Franchino

  • Burgess Meredith

    Burgess Meredith

    Charles Chazen

  • Sylvia Miles

    Sylvia Miles

    Gerde Engstrom

  • Deborah Raffin

    Deborah Raffin

    Jennifer

  • Eli Wallach

    Eli Wallach

    Detective Gatz

  • Christopher Walken

    Christopher Walken

    Det. Rizzo

  • Jerry Orbach

    Jerry Orbach

    Michael Dayton

  • Beverly D'Angelo

    Beverly D'Angelo

    Sandra

  • Gary Allen

    Gary Allen

    Malcolm Stinnett

  • Tresa Hughes

    Tresa Hughes

    Rebecca Stinnett

  • Kate Harrington

    Kate Harrington

    Anna Clark

  • Jane Hoffman

    Jane Hoffman

    Lillian Clotkin

  • Elaine Shore

    Elaine Shore

    Emma Clotkin

  • Hank Garrett

    Hank Garrett

    James Brenner

  • William Hickey

    William Hickey

    Perry

  • Jeff Goldblum

    Jeff Goldblum

    Jack

  • Nana Visitor

    Nana Visitor

    Girl at End (as Nana Tucker)

  • Tom Berenger

    Tom Berenger

    Man at End

  • Richard Dreyfuss

    Richard Dreyfuss

    Man on Sidewalk Talking to Girl in Red Sweater (uncredited)

  • Robert Gerringer

    Robert Gerringer

    Hart

  • Diane Stilwell

    Diane Stilwell

    Brenner's Secretary

  • Charles Kimbrough

    Charles Kimbrough

    Doctor

  • Billie Perkins

    Billie Perkins

    Street Girl (uncredited)

  • John Getz

    John Getz

    Film Crew (uncredited)