Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom

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'; ?>
Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom

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'; ?>
Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom

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'; ?>
Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom

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'; ?>
Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom

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'; ?>
Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom

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'; ?>
Airplane vs Volcano

Cast (35)

  • Dean Cain

    Dean Cain

    Rick Pierce

  • Robin Givens

    Robin Givens

    Lisa Whitmore

  • Lawrence Hilton-Jacobs

    Lawrence Hilton-Jacobs

    Jim Kirkland

  • Tamara Goodwin

    Tamara Goodwin

    Rita Loss

  • Matt Mercer

    Matt Mercer

    Landon Todd

  • Graham Denman

    Graham Denman

    Private Vaughn

  • Scarlett Redmond

    Scarlett Redmond

    Beth

  • Harvey Q. Johnson

    Harvey Q. Johnson

    Captain Elby

  • Morgan West

    Morgan West

    Specialist Neil Tully

  • Mike Jerome Putnam

    Mike Jerome Putnam

    Colonel Ryker

  • Anthony Marks

    Anthony Marks

    Frank Matthews

  • Ryan Budds

    Ryan Budds

    Private Thatch

  • Jonathan Nation

    Jonathan Nation

    Captain MInor

  • Jeff Groff

    Jeff Groff

    Jeff Spair

  • Natalie Burtney

    Natalie Burtney

    Jennifer

  • Jeremy Walker

    Jeremy Walker

    Major Step (as Jeremy Walker)

  • Zachary Haven

    Zachary Haven

    Tony

  • Laura Alexandra Ramos

    Laura Alexandra Ramos

    Sergeant Graham

  • Patrick Lazzara

    Patrick Lazzara

    Williams

  • Jason Schaeffer

    Jason Schaeffer

    Copper

  • Joseph Price

    Joseph Price

    Lt. Col. Livingston

  • Ralph William Tarr

    Ralph William Tarr

    Joseph

  • Jon Kondelik

    Jon Kondelik

    Captain Hamill

  • Michael Hampton

    Michael Hampton

    Brian

  • Alex Llera

    Alex Llera

    Captain Fischer

  • Vonn Harris

    Vonn Harris

    Major Stone

  • Maximilian Elfeldt

    Maximilian Elfeldt

    Major Harrison

  • Jose Prendes

    Jose Prendes

    Private Jones

  • Glenn Miller

    Glenn Miller

    Dave

  • Pat Patterson

    Pat Patterson

    Shirley Jones

  • James Andrew Oster

    James Andrew Oster

    Bob

  • David G. Stone

    David G. Stone

    Ryan

  • Jerrel O'Neal

    Jerrel O'Neal

    Lifeguard

  • Lexie Galante

    Lexie Galante

    Amy

  • Tim McDaniel

    Tim McDaniel

    Major Tom