Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey

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'; ?>
Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey

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'; ?>
Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey

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'; ?>
Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey

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'; ?>
Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey

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'; ?>
Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey

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'; ?>
Death Wish V: The Face of Death

Cast (28)

  • Charles Bronson

    Charles Bronson

    Paul Kersey

  • Lesley-Anne Down

    Lesley-Anne Down

    Olivia Regent

  • Michael Parks

    Michael Parks

    Tommy O'Shea

  • Chuck Shamata

    Chuck Shamata

    Sal Paconi

  • Robert Joy

    Robert Joy

    Freddie Flakes

  • Saul Rubinek

    Saul Rubinek

    Brian Hoyle

  • Miguel Sandoval

    Miguel Sandoval

    Hector Vasquez

  • Kenneth Welsh

    Kenneth Welsh

    Lt. Mickey King

  • Kevin Lund

    Kevin Lund

    Chuck Paconi

  • Lisa Inouye

    Lisa Inouye

    Janice Omori

  • Jefferson Mappin

    Jefferson Mappin

    Big Al

  • Michael Dunston

    Michael Dunston

    Reg

  • Claire Rankin

    Claire Rankin

    Maxine

  • Sharolyn Sparrow

    Sharolyn Sparrow

    Dawn

  • Anna Starnino

    Anna Starnino

    Sister

  • Elena Kudaba

    Elena Kudaba

    Housekeeper

  • Michelle Moffett

    Michelle Moffett

    T.V. Reporter

  • Tova Gallimore

    Tova Gallimore

    Model #1

  • Kimberley Cody

    Kimberley Cody

    Model #2

  • Mikki Greaves

    Mikki Greaves

    Model #3

  • Trish Olsthoorn

    Trish Olsthoorn

    Model #4

  • Jenni-Leigh Girard

    Jenni-Leigh Girard

    Model #5

  • Beverley Anderson

    Beverley Anderson

    Model #6

  • Lisa Heughan

    Lisa Heughan

    Model #7

  • Alison Reid

    Alison Reid

    Biker

  • Erica Fairfield

    Erica Fairfield

    Chelsea Regent

  • Scott Spidell

    Scott Spidell

    Frankie

  • Tim MacMenamin

    Tim MacMenamin

    Mickey