The Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary

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 Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary

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 Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary

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 Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary

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 Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary

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 Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary

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 Walls Came Tumbling Down

Cast (28)

  • Lee Bowman

    Lee Bowman

    Gilbert Archer

  • Marguerite Chapman

    Marguerite Chapman

    Patricia Foster, AKA Laura Browning

  • Edgar Buchanan

    Edgar Buchanan

    George Bradford

  • George Macready

    George Macready

    Matthew Stoker

  • Lee Patrick

    Lee Patrick

    Susan

  • Jonathan Hale

    Jonathan Hale

    Captain Griffin

  • Elisabeth Risdon

    Elisabeth Risdon

    Catherine Walsh

  • J. Edward Bromberg

    J. Edward Bromberg

    Ernst Helms

  • Miles Mander

    Miles Mander

    Dr. Marko

  • Moroni Olsen

    Moroni Olsen

    Bishop Martin

  • Mary Field

    Mary Field

    Bradford's Secretary

  • Katherine Emery

    Katherine Emery

    Mrs. Stoker

  • Bess Flowers

    Bess Flowers

    Diner at Bianca's

  • Robert Ryan

    Robert Ryan

    Detective Regan (as Bob Ryan)

  • Noel Cravat

    Noel Cravat

    Rausch

  • Julio Abadía

    Julio Abadía

    Carlo - Artist

  • Steve Benton

    Steve Benton

    Plainclothesman

  • David Bond

    David Bond

    Night Clerk

  • Charles Cane

    Charles Cane

    Tiny

  • Edmund Cobb

    Edmund Cobb

    Detective

  • Gary Del Mar

    Gary Del Mar

  • Forrest Dickson

    Forrest Dickson

  • Franklin Dix

    Franklin Dix

    Broker

  • Johnny Duncan

    Johnny Duncan

    Bellboy

  • Ralph Dunn

    Ralph Dunn

    Policeman

  • Jack Ellis

    Jack Ellis

    Plainclothesman

  • Fred Godoy

    Fred Godoy

    Roberto - Waiter

  • Wanda Perry

    Wanda Perry

    Marco's Secretary