Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter

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'; ?>
Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter

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'; ?>
Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter

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'; ?>
Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter

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'; ?>
Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter

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'; ?>
Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter

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'; ?>
Sister Act

Cast (33)

  • Whoopi Goldberg

    Whoopi Goldberg

    Deloris Van Cartier / Sister Mary Clarence

  • Maggie Smith

    Maggie Smith

    Mother Superior

  • Kathy Najimy

    Kathy Najimy

    Sister Mary Patrick

  • Wendy Makkena

    Wendy Makkena

    Sister Mary Robert

  • Mary Wickes

    Mary Wickes

    Sister Mary Lazarus

  • Harvey Keitel

    Harvey Keitel

    Vince LaRocca

  • Bill Nunn

    Bill Nunn

    Lt. Eddie Souther

  • Robert Miranda

    Robert Miranda

    Joey

  • Richard Portnow

    Richard Portnow

    Willy

  • Ellen Albertini Dow

    Ellen Albertini Dow

    Choir Nun

  • Carmen Zapata

    Carmen Zapata

    Choir Nun

  • Pat Crawford Brown

    Pat Crawford Brown

    Choir Nun

  • Prudence Wright Holmes

    Prudence Wright Holmes

    Choir Nun

  • Ruth Kobart

    Ruth Kobart

    Choir Nun

  • Susan Browning

    Susan Browning

    Choir Nun

  • Edith Diaz

    Edith Diaz

    Choir Nun

  • Beth Fowler

    Beth Fowler

    Choir Nun

  • Joseph Maher

    Joseph Maher

    Bishop O'Hara

  • Jenifer Lewis

    Jenifer Lewis

    Michelle

  • Charlotte Crossley

    Charlotte Crossley

    Tina

  • A.J. Johnson

    A.J. Johnson

    Lewanda

  • Michael Durrell

    Michael Durrell

    Larry Merrick

  • Mike Jolly

    Mike Jolly

    Biker #1

  • Jeremy Roberts

    Jeremy Roberts

    Biker #2

  • Jim Beaver

    Jim Beaver

    Clarkson

  • Toni Kalem

    Toni Kalem

    Connie LaRocca

  • Nicky Katt

    Nicky Katt

    Waiter

  • Desreta Jackson

    Desreta Jackson

    Teenage Girl #1

  • Zatella Beatty

    Zatella Beatty

    Teenage Girl #2

  • Skye Bassett

    Skye Bassett

    Teenage Girl #3

  • Lois de Banzie

    Lois de Banzie

    Immaculata

  • Susan Johnson

    Susan Johnson

    Choir Nun

  • Robert M. Jimenez

    Robert M. Jimenez

    News Reporter