Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2

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'; ?>
Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2

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'; ?>
Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2

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'; ?>
Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2

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'; ?>
Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2

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'; ?>
Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2

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'; ?>
Jake Speed

Cast (23)

  • Wayne Crawford

    Wayne Crawford

    Jake Speed

  • Karen Kopins

    Karen Kopins

    Margaret Winston

  • Dennis Christopher

    Dennis Christopher

    Desmond Floyd

  • John Hurt

    John Hurt

    Syd

  • Leon Ames

    Leon Ames

    Pop Winston

  • Roy London

    Roy London

    Maurice

  • Donna Pescow

    Donna Pescow

    Wendy

  • Barry Primus

    Barry Primus

    Lawrence

  • Monte Markham

    Monte Markham

    Mr Winston

  • Millie Perkins

    Millie Perkins

    Mrs Winston

  • Rebecca Ashley

    Rebecca Ashley

    Maureen Winston

  • Alan Shearman

    Alan Shearman

    Rodrigo

  • Karl Johnson

    Karl Johnson

    Charles

  • Sal Viscuso

    Sal Viscuso

    News stand Attendant

  • Ken Lerner

    Ken Lerner

    Ken

  • Peter Fox

    Peter Fox

    Priest

  • Ian Yule

    Ian Yule

    Bill Smith

  • Ken Gampu

    Ken Gampu

    Joe Smith

  • Joseph Ribeiro

    Joseph Ribeiro

    Nigel

  • Jean-Marc Morel

    Jean-Marc Morel

    Paris Gunman #1

  • Bernard Crombey

    Bernard Crombey

    Paris Gunman #2

  • Lisa Lucas

    Lisa Lucas

    Girlfriend #1

  • Robert Winley

    Robert Winley

    Rowdy #2