The Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)

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 Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)

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 Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)

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 Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)

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 Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)

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 Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)

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 Man from Left Field

Cast (28)

  • Burt Reynolds

    Burt Reynolds

    Jack Robinson

  • Reba McEntire

    Reba McEntire

    Nancy Lee Prinzi

  • Kauwela Acocella

    Kauwela Acocella

    Beau

  • Derek Baxter

    Derek Baxter

    Malcolm

  • Adam Cronan

    Adam Cronan

    Bama

  • Sean Dunne

    Sean Dunne

    Peanut

  • Mattox Gardner

    Mattox Gardner

    J.C.

  • Adam Ohren

    Adam Ohren

    Hooksy

  • Tino Taylor

    Tino Taylor

    Tino

  • Joe Theismann

    Joe Theismann

    Phil Corey

  • Brad Barfield

    Brad Barfield

    Eddie Corey

  • Jonathan Bouck

    Jonathan Bouck

    Jackie Denard

  • Suzanne Dodd

    Suzanne Dodd

    Personnel Receptionist

  • Clarence Goss

    Clarence Goss

    Papa Charlie

  • Danniel Greene

    Danniel Greene

    Mr. Block

  • Brian Iannitti

    Brian Iannitti

    Albert

  • Ken Kay

    Ken Kay

    Mr. Garrett

  • Tom Kouchalakos

    Tom Kouchalakos

    Mr. Hookstratten

  • Richard LePore

    Richard LePore

    Personnel Manager

  • Marc Macaulay

    Marc Macaulay

    Mr. O'Connor

  • Michael O'Smith

    Michael O'Smith

    Mr. Bates

  • Avery Sommers

    Avery Sommers

    Mrs. Carver

  • David Berardi

    David Berardi

    Darryl

  • Gene Deckerhoff

    Gene Deckerhoff

    Announcer

  • Jennifer Kays

    Jennifer Kays

    Doctor's Secretary

  • James C. Lewis

    James C. Lewis

    Officer Lewis

  • Vic Prinzi

    Vic Prinzi

    Announcer

  • Aaron Vaughn

    Aaron Vaughn

    Aaron Corey

Crew (57)