The Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester

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 Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester

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 Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester

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 Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester

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 Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester

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 Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester

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 Heart Is Deceitful Above All Things

Cast (22)

  • Asia Argento

    Asia Argento

    Sarah

  • Jimmy Bennett

    Jimmy Bennett

    Young Jeremiah

  • Jeremy Renner

    Jeremy Renner

    Emerson

  • Winona Ryder

    Winona Ryder

    Psychologist

  • Ornella Muti

    Ornella Muti

    Grandmother

  • Peter Fonda

    Peter Fonda

    Grandfather

  • Dylan Sprouse

    Dylan Sprouse

    Older Jeremiah

  • Kara Kemp

    Kara Kemp

    Social Worker #1

  • Cole Sprouse

    Cole Sprouse

    Older Jeremiah

  • Kip Pardue

    Kip Pardue

    Luther

  • Ben Foster

    Ben Foster

    Fleshy Boy

  • Matt Schulze

    Matt Schulze

    Kenny

  • Michael Pitt

    Michael Pitt

    Buddy

  • Brent Almond

    Brent Almond

    Cop #1

  • David Dwyer

    David Dwyer

    Cop #2

  • David Brian Alley

    David Brian Alley

    Doctor (as David Alley)

  • Marilyn Manson

    Marilyn Manson

    Jackson

  • Savannah Knoop

    Savannah Knoop

  • Lydia Lunch

    Lydia Lunch

    Social Worker #2

  • Tim Armstrong

    Tim Armstrong

    Stinky

  • John Robinson

    John Robinson

    Aaron

  • Jeremy Sisto

    Jeremy Sisto

    Chester