Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)

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'; ?>
Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)

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'; ?>
Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)

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'; ?>
Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)

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'; ?>
Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)

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'; ?>
Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)

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'; ?>
Alone in the Dark

Cast (29)

  • Christian Slater

    Christian Slater

    Edward Carnby

  • Tara Reid

    Tara Reid

    Aline Cedrac

  • Stephen Dorff

    Stephen Dorff

    Richard Burke

  • Will Sanderson

    Will Sanderson

    Agent Miles

  • Ona Grauer

    Ona Grauer

    Agent Feenstra

  • Pak Ho-Sung

    Pak Ho-Sung

    Agent Marko

  • Sarah Deakins

    Sarah Deakins

    Linda

  • Françoise Yip

    Françoise Yip

    Agent Cheung

  • Daniel Cudmore

    Daniel Cudmore

    Agent Barr

  • Frank C. Turner

    Frank C. Turner

    Sam Fischer

  • Matthew Walker

    Matthew Walker

    Prof. Lionel Hudgens

  • Catherine Lough Haggquist

    Catherine Lough Haggquist

    Krash

  • Mark Acheson

    Mark Acheson

    Captain Chernick

  • Darren Shahlavi

    Darren Shahlavi

    John Dillon

  • Karin Konoval

    Karin Konoval

    Sister Clara

  • Craig Bruhnanski

    Craig Bruhnanski

    80's Sheriff

  • Kwesi Ameyaw

    Kwesi Ameyaw

    Deputy Adams

  • Ed Anders

    Ed Anders

    James Pinkerton

  • Michael P. Northey

    Michael P. Northey

    Guard

  • Malcolm Scott

    Malcolm Scott

    Delivery Guy

  • Ryan Drescher

    Ryan Drescher

    Young Boy

  • Sean Campbell

    Sean Campbell

    First Mate

  • Brendan Fletcher

    Brendan Fletcher

    Cabbie

  • Mike Dopud

    Mike Dopud

    Agent Turner

  • Dean Redman

    Dean Redman

    Agent Richards

  • Brad Turner

    Brad Turner

    Beat Cop

  • Donna Lysell

    Donna Lysell

    Sarah Fischer

  • John Fallon

    John Fallon

    Agent Yonek

  • Dustyn Arthurs

    Dustyn Arthurs

    Young Edward

Crew (145)