They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe

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'; ?>
They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe

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'; ?>
They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe

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'; ?>
They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe

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'; ?>
They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe

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'; ?>
They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe

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'; ?>
They Made Her a Spy

Cast (30)

  • Sally Eilers

    Sally Eilers

    Irene Eaton a.k.a. Margaret Brennan

  • Allan Lane

    Allan Lane

    George Wolf / James Huntley

  • Fritz Leiber

    Fritz Leiber

    Dr. Krull

  • Frank M. Thomas

    Frank M. Thomas

    Col. John Shaw

  • Theodore von Eltz

    Theodore von Eltz

    Col. Marvin Page

  • Addison Richards

    Addison Richards

    Senator Everett Brock

  • Larry J. Blake

    Larry J. Blake

    Ben Dawson

  • Pierre Watkin

    Pierre Watkin

    Colonel Wilson

  • Louis Jean Heydt

    Louis Jean Heydt

    Gillian

  • Spencer Charters

    Spencer Charters

    Lucius Wilkins

  • Leona Roberts

    Leona Roberts

    Ella Wilkins

  • Charles Halton

    Charles Halton

    Beldon

  • Alec Craig

    Alec Craig

    Canby

  • Stanley Blystone

    Stanley Blystone

    Detective

  • Harry Joe Brown Jr.

    Harry Joe Brown Jr.

    Young Boy

  • Hal Craig

    Hal Craig

    Motorcycle Policeman

  • Robert Fiske

    Robert Fiske

    Davis

  • Bess Flowers

    Bess Flowers

    Plane Crash Spectator

  • Christian J. Frank

    Christian J. Frank

    Henchman Tailing Irene

  • Bud Geary

    Bud Geary

    Policeman

  • Harrison Greene

    Harrison Greene

    Man on Train Wanting 'Less Red Tape'

  • Roger Hunt

    Roger Hunt

    Minor Role

  • Mike Lally

    Mike Lally

    Henchman

  • Harold Miller

    Harold Miller

    Bar Patron at Club Dome

  • Howard M. Mitchell

    Howard M. Mitchell

    Police Captain

  • Edmund Mortimer

    Edmund Mortimer

    Man with Senator in the Dome Cafe

  • Pat O'Malley

    Pat O'Malley

    Intelligence Service Man

  • Grady Sutton

    Grady Sutton

    Quiet Man on Train

  • Richard Tucker

    Richard Tucker

    Colonel at Explosion

  • William Worthington

    William Worthington

    Senator in the Dome Cafe