The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher

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'; ?>
The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher

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'; ?>
The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher

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'; ?>
The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher

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'; ?>
The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher

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'; ?>
The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher

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'; ?>
The Fourth Kind

Cast (23)

  • Milla Jovovich

    Milla Jovovich

    Dr. Abigail 'Abbey' Tyler

  • Will Patton

    Will Patton

    Sheriff August

  • Hakeem Kae-Kazim

    Hakeem Kae-Kazim

    Awolowa Odusami

  • Corey Johnson

    Corey Johnson

    Tommy Fisher

  • Enzo Cilenti

    Enzo Cilenti

    Scott Stracinsky

  • Elias Koteas

    Elias Koteas

    Abel Campos

  • Eric Loren

    Eric Loren

    Deputy Ryan

  • Mia McKenna-Bruce

    Mia McKenna-Bruce

    Ashley Tyler

  • Raphaël Coleman

    Raphaël Coleman

    Ronnie Tyler

  • Daphne Alexander

    Daphne Alexander

    Theresa

  • Alisha Seaton

    Alisha Seaton

    Cindy Stracinski

  • Tyne Rafaeli

    Tyne Rafaeli

    Sarah Fisher

  • Kiera McMaster

    Kiera McMaster

    Joe Fisher

  • Sara Houghton

    Sara Houghton

    Jessica

  • Julian Vergov

    Julian Vergov

    Will Tyler

  • Ioan Lov

    Ioan Lov

    Ralph

  • Charlotte Milchard

    Charlotte Milchard

    Dr. Abigail Tyler

  • Valentin Ganev

    Valentin Ganev

    Nome Resident

  • Vladimir Kolev

    Vladimir Kolev

    Nome Resident

  • Silvia Lulcheva

    Silvia Lulcheva

    Nome Resident

  • Olatunde Osunsanmi

    Olatunde Osunsanmi

    Interviewer

  • Mike Straub

    Mike Straub

  • Paul Stefanov

    Paul Stefanov

    Timothy Fisher