A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player

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'; ?>
A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player

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'; ?>
A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player

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'; ?>
A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player

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'; ?>
A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player

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'; ?>
A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player

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'; ?>
A Change of Seasons

Cast (24)

  • Shirley MacLaine

    Shirley MacLaine

    Karyn Evans

  • Anthony Hopkins

    Anthony Hopkins

    Adam Evans

  • Bo Derek

    Bo Derek

    Lindsey Rutledge

  • Michael Brandon

    Michael Brandon

    Pete Lachapelle

  • Mary Beth Hurt

    Mary Beth Hurt

    Kasey Evans

  • Edward Winter

    Edward Winter

    Steven Rutledge

  • Paul Regina

    Paul Regina

    Paul Di Lisi

  • K Callan

    K Callan

    Alice Bingham

  • Rod Colbin

    Rod Colbin

    Sam Bingham

  • Steve Eastin

    Steve Eastin

    Lance

  • Christopher Coffey

    Christopher Coffey

    Fritz

  • Albert Carrier

    Albert Carrier

    Maitre'd

  • Billy Beck

    Billy Beck

    Older Man

  • Blake Harris

    Blake Harris

    Young Girl #1

  • Karen Philipp

    Karen Philipp

    Young Girl #2

  • Paul Bryar

    Paul Bryar

    Man at Table

  • Anita Jodelsohn

    Anita Jodelsohn

    Woman at Table

  • Tim Haldeman

    Tim Haldeman

    Bartender

  • Paul Young

    Paul Young

    Disco Deejay

  • James Jeter

    James Jeter

    Truck Driver

  • Stan Wright

    Stan Wright

    Bubba Green

  • Percy Davis

    Percy Davis

    Bobby Mason

  • Steve Myers

    Steve Myers

    Charlie

  • John O'Connor

    John O'Connor

    Basketball Player