Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)

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'; ?>
Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)

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'; ?>
Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)

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'; ?>
Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)

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'; ?>
Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)

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'; ?>
Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)

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'; ?>
Charley Varrick

Cast (32)

  • Walter Matthau

    Walter Matthau

    Charley Varrick

  • Joe Don Baker

    Joe Don Baker

    Molly

  • Felicia Farr

    Felicia Farr

    Sybil Fort

  • Andrew Robinson

    Andrew Robinson

    Harman Sullivan

  • Sheree North

    Sheree North

    Jewell Everett

  • Norman Fell

    Norman Fell

    Mr. Garfinkle

  • Benson Fong

    Benson Fong

    Honest John

  • Woodrow Parfrey

    Woodrow Parfrey

    Harold Young

  • William Schallert

    William Schallert

    Bill Horton

  • Jacqueline Scott

    Jacqueline Scott

    Nadine

  • Marjorie Bennett

    Marjorie Bennett

    Mrs. Taft

  • Rudy Diaz

    Rudy Diaz

    Deputy Sanchez

  • Colby Chester

    Colby Chester

    Deputy Steele

  • Charlie Briggs

    Charlie Briggs

    Highway Deputy

  • Priscilla Garcia

    Priscilla Garcia

    Miss Ambar

  • Scott Hale

    Scott Hale

    Mr. Scott

  • Charles Matthau

    Charles Matthau

    Boy

  • Hope Summers

    Hope Summers

    Mess Vesta

  • Monica Lewis

    Monica Lewis

    Beverly

  • James Nolan

    James Nolan

    Clerk

  • Tom Tully

    Tom Tully

    Tom

  • Albert Popwell

    Albert Popwell

    Percy Randolph

  • Kathleen O'Malley

    Kathleen O'Malley

    Jessie

  • Christina Hart

    Christina Hart

    Jana

  • Craig R. Baxley

    Craig R. Baxley

    Van Sickle

  • Al Dunlap

    Al Dunlap

    Taxi driver

  • Virginia Wing

    Virginia Wing

    Chinese Hostess

  • Don Siegel

    Don Siegel

    Murphy

  • John Vernon

    John Vernon

    Maynard Boyle

  • Bob Steele

    Bob Steele

    Bank Guard (uncredited)

  • Joe Conforte

    Joe Conforte

    Joe Conforte (uncredited)

  • Carol Daniels

    Carol Daniels

    Indian (uncredited)