Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley

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'; ?>
Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley

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'; ?>
Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley

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'; ?>
Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley

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'; ?>
Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley

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'; ?>
Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley

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'; ?>
Home of the Giants

Cast (21)

  • Haley Joel Osment

    Haley Joel Osment

    Robert 'Gar' Gartland

  • Ryan Merriman

    Ryan Merriman

    Matt Dunbar

  • Danielle Panabaker

    Danielle Panabaker

    Bridgette 'Bridge' Bachman

  • Eugene Osment

    Eugene Osment

    Police Officer

  • Kenneth Mitchell

    Kenneth Mitchell

    Keith Morrison

  • Stephen Michael Ayers

    Stephen Michael Ayers

    Coach Gordon

  • RJ Brown

    RJ Brown

    Brad Gimble

  • Robert C. Treveiler

    Robert C. Treveiler

    Dr. Gartland

  • Michael Harding

    Michael Harding

    Richard Morrison

  • Ed Wagenseller

    Ed Wagenseller

    Mr. Dansforth

  • Ashlee Payne

    Ashlee Payne

    Ms. Monar

  • General Fermon Judd Jr.

    General Fermon Judd Jr.

    Bouncer

  • Brent Briscoe

    Brent Briscoe

    Prock

  • Christian McIntire

    Christian McIntire

    Janitor

  • Johanna Braddy

    Johanna Braddy

    Freshman

  • Keith Flippen

    Keith Flippen

    Mr. Green

  • Dick Vitale

    Dick Vitale

    Self

  • Jay Bilas

    Jay Bilas

    Self

  • Wayne Coyne

    Wayne Coyne

    Barfly

  • Kathleen LaGue

    Kathleen LaGue

    Mrs. Gartland

  • Patt Noday

    Patt Noday

    Jim Brantley