Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)

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'; ?>
Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)

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'; ?>
Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)

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'; ?>
Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)

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'; ?>
Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)

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'; ?>
Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)

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'; ?>
Motor Patrol

Cast (23)

  • Don Castle

    Don Castle

    Officer Ken Foster

  • Jane Nigh

    Jane Nigh

    Connie Taylor

  • William Henry

    William Henry

    Officer Larry Collins

  • Gwen O'Connor

    Gwen O'Connor

    Jean Colins

  • Reed Hadley

    Reed Hadley

    Detective Robert Flynn

  • Onslow Stevens

    Onslow Stevens

    Lt. Dearborn

  • Richard Travis

    Richard Travis

    Detective Bill Hartley

  • Charles Victor

    Charles Victor

    Russ Garver

  • Sid Melton

    Sid Melton

    Omar Shelley

  • Frank Jenks

    Frank Jenks

    Mac

  • Frank Jaquet

    Frank Jaquet

    George Miller

  • Lou Fuller

    Lou Fuller

    Officer Tom Morgan

  • Charles Wagenheim

    Charles Wagenheim

    Bud Haynes

  • Margia Dean

    Margia Dean

    Renee Roulette

  • Joseph J. Greene

    Joseph J. Greene

    John Smith (as Joe Greene)

  • Carla Martin

    Carla Martin

    Ginger

  • Don Avalier

    Don Avalier

    Traffic Detective

  • Irene Martin

    Irene Martin

    Landlady

  • Noble 'Kid' Chissell

    Noble 'Kid' Chissell

    Police Officer (uncredited)

  • Tom Coleman

    Tom Coleman

    Detective (uncredited)

  • Riley Hill

    Riley Hill

    Traffic Officer (uncredited)

  • Robert Strong

    Robert Strong

    Detective (uncredited)

  • Brick Sullivan

    Brick Sullivan

    Detective (uncredited)