Sliver

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)

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

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)

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

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)

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

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)

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

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)

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

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)

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

Cast (32)

  • Sharon Stone

    Sharon Stone

    Carly Norris

  • William Baldwin

    William Baldwin

    Zeke Hawkins

  • Tom Berenger

    Tom Berenger

    Jack Lansford

  • Polly Walker

    Polly Walker

    Vida Warren

  • Colleen Camp

    Colleen Camp

    Judy Marks

  • Amanda Foreman

    Amanda Foreman

    Samantha Moore

  • Martin Landau

    Martin Landau

    Alex Parsons

  • CCH Pounder

    CCH Pounder

    Victoria Hendrix

  • Nina Foch

    Nina Foch

    Mrs. McEvoy

  • Keene Curtis

    Keene Curtis

    Gus Hale

  • Nicholas Pryor

    Nicholas Pryor

    Peter Farrell

  • Anne Betancourt

    Anne Betancourt

    Jackie Kinsella

  • Sid McCoy

    Sid McCoy

    Mr. Anderson

  • Marnette Patterson

    Marnette Patterson

    Joanie Ballinger

  • Sandy Gutman

    Sandy Gutman

    Ted Weisberge

  • Tony Peck

    Tony Peck

    Martin Kinsella

  • Frantz Turner

    Frantz Turner

    Doorman #1

  • James Noah

    James Noah

    Doorman #2

  • Allison Mackie

    Allison Mackie

    Naomi Singer

  • Christine Toy Johnson

    Christine Toy Johnson

    Reporter #1

  • Philip Hoffman

    Philip Hoffman

    Reporter #2

  • Nicole Orth-Pallavicini

    Nicole Orth-Pallavicini

    Reporter #3

  • Mik Scriba

    Mik Scriba

    Security Guard #1

  • Steve Carlisle

    Steve Carlisle

    Security Guard #2

  • Jim Beaver

    Jim Beaver

    Detective Ira

  • Ryan Cutrona

    Ryan Cutrona

    Det. Ennis

  • Robert Miano

    Robert Miano

    Det. Howard

  • Steve Eastin

    Steve Eastin

    Det. Phillip

  • Victor Brandt

    Victor Brandt

    Det. McCracken

  • Wendy Cutler

    Wendy Cutler

    Mrs. Colson

  • Shannon Whirry

    Shannon Whirry

    Woman Looking in Mirror (uncredited)

  • Cheryl Hunter

    Cheryl Hunter

    Secretary

Crew (64)