The Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4

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 Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4

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 Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4

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 Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4

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 Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4

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 Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4

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 Lost World

Cast (30)

  • Bob Hoskins

    Bob Hoskins

    Prof. Challenger

  • James Fox

    James Fox

    Prof. Summerlee

  • Tom Ward

    Tom Ward

    Lord Roxton

  • Matthew Rhys

    Matthew Rhys

    Edward Malone

  • Elaine Cassidy

    Elaine Cassidy

    Agnes Cluny

  • Peter Falk

    Peter Falk

    Theo Kerr

  • Bianca Roe

    Bianca Roe

    Selena

  • Nathaniel Lees

    Nathaniel Lees

    Indian chief

  • Joanna Page

    Joanna Page

    Gladys

  • Robert Hardy

    Robert Hardy

    Prof. Illingworth

  • Tom Goodman-Hill

    Tom Goodman-Hill

    Arthur Hare

  • Tessa Peake-Jones

    Tessa Peake-Jones

    Mrs. Hilda Summerlee

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Brian Abbott

    Brian Abbott

    Reporter 1

  • Jane Howie

    Jane Howie

    Ape 3

  • Nicole Whippy

    Nicole Whippy

    Maree

  • Inia Maxwell

    Inia Maxwell

    Indian Leader

  • Michael Bertenshaw

    Michael Bertenshaw

    Reporter at Docks

  • Tim Healy

    Tim Healy

    McArdle

  • Jasper Jacob

    Jasper Jacob

    Stuttgart Man

  • Paul Joseph

    Paul Joseph

    Ape 2

  • Laurence Kennedy

    Laurence Kennedy

    Angry Man

  • Nathaniel Lees

    Nathaniel Lees

    Chief

  • Terry Mortimer

    Terry Mortimer

    Businessman 2

  • Tamati Patuwai

    Tamati Patuwai

    Achille

  • David Quilter

    David Quilter

    Businessman 1

  • Dominic Rowan

    Dominic Rowan

    Reporter 2

  • Malcolm Shields

    Malcolm Shields

    Lead Ape / Choreography

  • Julia Walshaw

    Julia Walshaw

    Ape 5

  • Mason West

    Mason West

    Ape 4