John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)

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'; ?>
John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)

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'; ?>
John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)

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'; ?>
John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)

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'; ?>
John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)

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'; ?>
John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)

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'; ?>
John Carpenter: The Man and His Movies

Cast (16)

  • Adrienne Barbeau

    Adrienne Barbeau

    Self

  • John Carpenter

    John Carpenter

    Self

  • Nick Castle

    Nick Castle

    Self

  • Alice Cooper

    Alice Cooper

    Self

  • Jamie Lee Curtis

    Jamie Lee Curtis

    Self

  • Peter Fonda

    Peter Fonda

    Self

  • Debra Hill

    Debra Hill

    Self

  • Alan Howarth

    Alan Howarth

    Self

  • Peter Jason

    Peter Jason

    Self

  • Stacy Keach

    Stacy Keach

    Self

  • Mark Kermode

    Mark Kermode

    Self

  • John Longenecker

    John Longenecker

    Self

  • Greg Nicotero

    Greg Nicotero

    Self

  • George A. Romero

    George A. Romero

    Self

  • Kurt Russell

    Kurt Russell

    Self

  • Shirley Walker

    Shirley Walker

    Self

Crew (1)