Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons

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'; ?>
Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons

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'; ?>
Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons

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'; ?>
Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons

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'; ?>
Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons

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'; ?>
Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons

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'; ?>
Syrup

Cast (28)

  • Amber Heard

    Amber Heard

    Six / Elizabeth

  • Shiloh Fernandez

    Shiloh Fernandez

    Scat

  • Kellan Lutz

    Kellan Lutz

    Sneaky Pete

  • Brittany Snow

    Brittany Snow

    Three

  • Josh Pais

    Josh Pais

    Davidson

  • Kate Nash

    Kate Nash

    Beth

  • Jack Gilpin

    Jack Gilpin

    Mister Jamieson

  • Zachary Booth

    Zachary Booth

    Chet

  • Alexander Chaplin

    Alexander Chaplin

    Paul

  • Steve Cirbus

    Steve Cirbus

    Reynolds

  • Marcus Coloma

    Marcus Coloma

    Jim

  • Justine Cotsonas

    Justine Cotsonas

    Kit

  • Lucy DeVito

    Lucy DeVito

    Cindy

  • Connor Fox

    Connor Fox

    Jared

  • Cameron Lamb

    Cameron Lamb

    Franklin

  • Rekha Luther

    Rekha Luther

    Kassy

  • Keith Powell

    Keith Powell

    Cameron

  • Lance Rubin

    Lance Rubin

    Gregory

  • A.J. Shively

    A.J. Shively

    Kevin

  • Michael Teh

    Michael Teh

    John Shecker / Mark Felton

  • David C. Waite

    David C. Waite

    Chad Larson

  • Christopher Evan Welch

    Christopher Evan Welch

    Davies

  • Katie Blake

    Katie Blake

    Jen the Assistant

  • Kirstie Alley

    Kirstie Alley

    Herself

  • Rachel Dratch

    Rachel Dratch

    Clerk

  • Natalie Gal

    Natalie Gal

    Femme Fatale

  • O-Lan Jones

    O-Lan Jones

    Clinic Receptionist

  • Jolene Andersen

    Jolene Andersen

    Lisa Simmons