Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong

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'; ?>
Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong

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'; ?>
Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong

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'; ?>
Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong

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'; ?>
Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong

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'; ?>
Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong

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'; ?>
Are These Our Children?

Cast (24)

  • Eric Linden

    Eric Linden

    Edward Brand

  • Beryl Mercer

    Beryl Mercer

    Mrs. Martin

  • Rochelle Hudson

    Rochelle Hudson

    Mary

  • Arline Judge

    Arline Judge

    Flo Carnes

  • Billy Butts

    Billy Butts

    Bobby Brand

  • Ben Alexander

    Ben Alexander

    Nicholas 'Nick' Crosby

  • Mary Kornman

    Mary Kornman

    Agnes "Dumbbell"

  • William Orlamond

    William Orlamond

    Heinrich 'Heinie' Krantz

  • Roberta Gale

    Roberta Gale

    Maybelle "Giggles"

  • Robert Quirk

    Robert Quirk

    Bennie Gray (as Bobby Quirk)

  • Reginald Barlow

    Reginald Barlow

    Judge

  • Lita Chevret

    Lita Chevret

    Minor Role

  • Edward Churchill

    Edward Churchill

    Minor Role

  • Frank Fanning

    Frank Fanning

    Policeman in Courtroom

  • Ralf Harolde

    Ralf Harolde

    Prosecutor

  • Tom Herbert

    Tom Herbert

    Member of Prosecuting Attorney's Staff

  • Harry Hollingsworth

    Harry Hollingsworth

    Policeman in Montage

  • Bradley Knoche

    Bradley Knoche

    Minor Role

  • Robert McKenzie

    Robert McKenzie

    Oscar Cook - Taxi Driver

  • Earl Pingree

    Earl Pingree

    Detective Charlie

  • Russ Powell

    Russ Powell

    Detective Sam

  • Allen Rivkin

    Allen Rivkin

    Minor Role

  • Harry Shutan

    Harry Shutan

    Defense Attorney

  • James Wang

    James Wang

    Sam Kong