Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest

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'; ?>
Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest

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'; ?>
Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest

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'; ?>
Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest

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'; ?>
Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest

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'; ?>
Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest

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'; ?>
Dead Men Walk

Cast (12)

  • George Zucco

    George Zucco

    Lloyd Clayton / Elwyn Clayton

  • Mary Carlisle

    Mary Carlisle

    Gayle Clayton

  • Nedrick Young

    Nedrick Young

    David Bently

  • Dwight Frye

    Dwight Frye

    Zolarr

  • Fern Emmett

    Fern Emmett

    Kate

  • Robert Strange

    Robert Strange

    Wilkins

  • Hal Price

    Hal Price

    Sheriff

  • Sam Flint

    Sam Flint

    Minister

  • Forrest Taylor

    Forrest Taylor

    The Fireplace Face

  • Al St. John

    Al St. John

    Townsman Finding Kate's Body

  • Merrill McCormick

    Merrill McCormick

    Tall Church Man Restraining Kate

  • Jimmy Aubrey

    Jimmy Aubrey

    Crowd and Mob Man in Black Vest