The Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman

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 Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman

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 Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman

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 Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman

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 Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman

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 Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman

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 Ape

Cast (23)

  • Boris Karloff

    Boris Karloff

    Dr. Bernard Adrian

  • Maris Wrixon

    Maris Wrixon

    Frances Clifford

  • Gene O'Donnell

    Gene O'Donnell

    Danny Foster

  • Dorothy Vaughan

    Dorothy Vaughan

    Mother Clifford

  • Henry Hall

    Henry Hall

    Sheriff Jeff Halliday

  • Selmer Jackson

    Selmer Jackson

    Dr. McNulty

  • Gertrude Hoffmann

    Gertrude Hoffmann

    Jane the Housekeeper

  • Jessie Arnold

    Jessie Arnold

    Mrs. Brill

  • Billy Bletcher

    Billy Bletcher

    Short Mustached Posse Man

  • Harry C. Bradley

    Harry C. Bradley

    Quinn

  • George Cleveland

    George Cleveland

    Mr. Howley

  • Ray Corrigan

    Ray Corrigan

    Nabu

  • Pauline Drake

    Pauline Drake

    Young Girl

  • Mary Field

    Mary Field

    Mrs. Mason

  • Gibson Gowland

    Gibson Gowland

    Posse Member

  • Julia Griffith

    Julia Griffith

    Townswoman

  • I. Stanford Jolley

    I. Stanford Jolley

    Ape Trainer

  • Stan Jolley

    Stan Jolley

    Boy in Soda Shop

  • Jack Kennedy

    Jack Kennedy

    Dep. Archie Tomlin

  • Donald Kerr

    Donald Kerr

    Citizen Carrying Mauled Ape Trainer

  • Philo McCullough

    Philo McCullough

    Henry Mason

  • Buddy Swan

    Buddy Swan

    Willie Brill

  • Minerva Urecal

    Minerva Urecal

    Townswoman