Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (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'; ?>
Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (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'; ?>
Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (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'; ?>
Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (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'; ?>
Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (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'; ?>
Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (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'; ?>
Mud

Cast (26)

  • Matthew McConaughey

    Matthew McConaughey

    Mud

  • Reese Witherspoon

    Reese Witherspoon

    Juniper

  • Tye Sheridan

    Tye Sheridan

    Ellis

  • Jacob Lofland

    Jacob Lofland

    Neckbone

  • Sam Shepard

    Sam Shepard

    Tom

  • Ray McKinnon

    Ray McKinnon

    Senior

  • Sarah Paulson

    Sarah Paulson

    Mary Lee

  • Michael Shannon

    Michael Shannon

    Galen

  • Joe Don Baker

    Joe Don Baker

    King

  • Paul Sparks

    Paul Sparks

    Carver

  • Bonnie Sturdivant

    Bonnie Sturdivant

    May Pearl

  • Stuart Greer

    Stuart Greer

    Miller

  • John Ward Jr.

    John Ward Jr.

    Galen's Helper

  • Kristy Barrington

    Kristy Barrington

    Princess

  • Johnny Cheek

    Johnny Cheek

    Kyle

  • Kenneth Hill

    Kenneth Hill

    Nelson

  • Michael Abbott Jr.

    Michael Abbott Jr.

    James

  • Earnest McCoy

    Earnest McCoy

    Man at Budget Inn

  • Allie Wade

    Allie Wade

    May Pearl's Friend

  • Douglas Ligon

    Douglas Ligon

    Motel Clerk

  • Matt Newcomb

    Matt Newcomb

    Male Nurse

  • Mary Alice Jones

    Mary Alice Jones

    Female Nurse

  • Tate Smalley

    Tate Smalley

    Older Kid at Food King

  • Jimmy Dinwiddie

    Jimmy Dinwiddie

    Bartender

  • Ryan Jacks

    Ryan Jacks

    Trooper at Roadblock

  • Richard Ledbetter

    Richard Ledbetter

    Man on Street (uncredited)