The Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)

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 Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)

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 Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)

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 Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)

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 Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)

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 Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)

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 Great Outdoors

Cast (27)

  • Dan Aykroyd

    Dan Aykroyd

    Roman Craig

  • John Candy

    John Candy

    Chet Ripley

  • Stephanie Faracy

    Stephanie Faracy

    Connie Ripley

  • Annette Bening

    Annette Bening

    Kate Craig

  • Chris Young

    Chris Young

    Buck Ripley

  • Lucy Deakins

    Lucy Deakins

    Cammie

  • Robert Prosky

    Robert Prosky

    Wally

  • Ian Giatti

    Ian Giatti

    Ben Ripley

  • Hilary Gordon

    Hilary Gordon

    Cara Craig

  • Rebecca Gordon

    Rebecca Gordon

    Mara Craig

  • Zoaunne LeRoy

    Zoaunne LeRoy

    Juanita

  • Nancy Lenehan

    Nancy Lenehan

    Waitress

  • John Bloom

    John Bloom

    Jimbo

  • Lewis Arquette

    Lewis Arquette

    Herm

  • Britt Leach

    Britt Leach

    Reg

  • Cliff Bemis

    Cliff Bemis

    Boat Yard Owner

  • Paul Hansen

    Paul Hansen

    Hot Dog Vendor

  • Debra Lee Ortega

    Debra Lee Ortega

    Dancing Biker Girl

  • Sierra Somerville

    Sierra Somerville

    Girl in Arcade

  • Christine Spiotta

    Christine Spiotta

    Woman in Crowd

  • Chris Bass

    Chris Bass

    Lodge Patron

  • Shirley Harris

    Shirley Harris

    Lodge Customer

  • Christopher Kinsman

    Christopher Kinsman

    Irate Customer

  • Andy Prosky

    Andy Prosky

    Grill Chef

  • Brian Healy

    Brian Healy

    Man in Crowd

  • Bart the Bear

    Bart the Bear

    The Bald-Headed Bear (Jody)

  • Raleigh Bond

    Raleigh Bond

    Grandpa (uncredited)