Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (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'; ?>
Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (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'; ?>
Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (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'; ?>
Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (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'; ?>
Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (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'; ?>
Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (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'; ?>
Trackdown

Cast (35)

  • James Mitchum

    James Mitchum

    Jim Calhoun

  • Karen Lamm

    Karen Lamm

    Betsy Calhoun

  • Anne Archer

    Anne Archer

    Barbara

  • Erik Estrada

    Erik Estrada

    Chucho

  • Cathy Lee Crosby

    Cathy Lee Crosby

    Lynn Strong

  • Vince Cannon

    Vince Cannon

    Johnny Dee

  • John Kerry

    John Kerry

    Sergeant Miller

  • Roberto Rodriquez

    Roberto Rodriquez

    Feo

  • Ernie Wheelwright

    Ernie Wheelwright

    Rosey

  • Zitto Kazann

    Zitto Kazann

    Curtain

  • Elisabeth Chauvet

    Elisabeth Chauvet

    Billie

  • Rafael López

    Rafael López

    Barba

  • Gilbert De la Pena

    Gilbert De la Pena

    Chino

  • Joe La Due

    Joe La Due

    Ben

  • Ray Sharkey

    Ray Sharkey

    Flash

  • James R. Parkes

    James R. Parkes

    Joe Andrews

  • Frederick Rule

    Frederick Rule

    Nadino

  • Don Reed

    Don Reed

    Flora

  • Tony Burton

    Tony Burton

    Zelds

  • Lenny Gustavson

    Lenny Gustavson

    Cowboy

  • Leslie Simms

    Leslie Simms

    Juvenile Officer

  • Jimmy Stathis

    Jimmy Stathis

    Young Doctor

  • Lawrence Gabriel Jr.

    Lawrence Gabriel Jr.

    Fat Counterman

  • Robert Forward

    Robert Forward

    Lawyer

  • Simmy Bow

    Simmy Bow

    Counterman

  • Gus Peters

    Gus Peters

    Panhandler

  • John Rayner

    John Rayner

    Doctor

  • Junero Jennings

    Junero Jennings

    Parking Attendant

  • Dick DeCoit

    Dick DeCoit

    Police Officer

  • Russell Shannon

    Russell Shannon

    Traffic Cop

  • Joe Tornatore

    Joe Tornatore

    Heavy

  • Evelyn Guerrero

    Evelyn Guerrero

    Social Worker

  • Rebecca Winters

    Rebecca Winters

    Historical Girl

  • Dick Durock

    Dick Durock

    Pool Player (uncredited)

  • Holgie Forrester

    Holgie Forrester

    Stripper (uncredited)