Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese

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'; ?>
Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese

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'; ?>
Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese

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'; ?>
Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese

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'; ?>
Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese

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'; ?>
Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese

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'; ?>
Your Mother Wears Combat Boots

Cast (30)

  • Barbara Eden

    Barbara Eden

    Brenda Andersen

  • Héctor Elizondo

    Héctor Elizondo

    Sergeant Burke

  • Meagen Fay

    Meagen Fay

    Edie Winchell

  • David Kaufman

    David Kaufman

    James Michael Andersen

  • Richard McGregor

    Richard McGregor

    Barry Barnes

  • Conchata Ferrell

    Conchata Ferrell

    Specialist Mononaghee

  • Maria O'Brien

    Maria O'Brien

    Carla

  • Annabelle Gurwitch

    Annabelle Gurwitch

  • A.J. Stephans

    A.J. Stephans

  • Keith Adams

    Keith Adams

  • Bob Banks

    Bob Banks

    Drill Sergeant

  • Kate Benton

    Kate Benton

    Susan Zimmel

  • Marc Clement

    Marc Clement

    Cook

  • Ernest Dixon

    Ernest Dixon

    Sergeant Hawkins

  • James Fenn

    James Fenn

  • Eric Flattery

    Eric Flattery

  • Willeta Ford

    Willeta Ford

  • Bill Grimmett

    Bill Grimmett

  • John C. James

    John C. James

  • Mark R. Lewis

    Mark R. Lewis

  • Tom Morga

    Tom Morga

  • Arlene Peck

    Arlene Peck

  • Robby Preddy

    Robby Preddy

  • Raymond Pudelski

    Raymond Pudelski

  • Ronald R. Snyder Jr.

    Ronald R. Snyder Jr.

  • Troy J. Stephens

    Troy J. Stephens

  • Lawrence Swinton

    Lawrence Swinton

  • Ronald E. Veasey Jr.

    Ronald E. Veasey Jr.

  • Libby Whittemore

    Libby Whittemore

  • Robert L. Wiese

    Robert L. Wiese