River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)

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'; ?>
River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)

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'; ?>
River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)

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'; ?>
River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)

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'; ?>
River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)

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'; ?>
River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)

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'; ?>
River's Edge

Cast (23)

  • Crispin Glover

    Crispin Glover

    Layne

  • Keanu Reeves

    Keanu Reeves

    Matt

  • Ione Skye

    Ione Skye

    Clarissa

  • Roxana Zal

    Roxana Zal

    Maggie

  • Daniel Roebuck

    Daniel Roebuck

    Samson

  • Dennis Hopper

    Dennis Hopper

    Feck

  • Joshua John Miller

    Joshua John Miller

    Tim

  • Tom Bower

    Tom Bower

    Bennett

  • Danyi Deats

    Danyi Deats

    Jamie

  • Constance Forslund

    Constance Forslund

    Madeleine

  • Leo Rossi

    Leo Rossi

    Jim

  • Phillip Brock

    Phillip Brock

    Mike

  • Josh Richman

    Josh Richman

    Tony

  • Jim Metzler

    Jim Metzler

    Burkewaite

  • Tammy L. Smith

    Tammy L. Smith

    Kim

  • Yuzo Nishihara

    Yuzo Nishihara

    Moko

  • Taylor Negron

    Taylor Negron

    Checker

  • Christopher Peters

    Christopher Peters

    Tom

  • Richard Richcreek

    Richard Richcreek

    Kevin

  • Maeve Odum

    Maeve Odum

    Student

  • Francis De L'Etanche du Bois

    Francis De L'Etanche du Bois

    Aunto

  • Michael Hungerford

    Michael Hungerford

    Tony's Father

  • James Terry

    James Terry

    Cop

Crew (54)