Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)

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'; ?>
Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)

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'; ?>
Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)

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'; ?>
Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)

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'; ?>
Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)

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'; ?>
Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)

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'; ?>
Man of the House

Cast (30)

  • Tommy Lee Jones

    Tommy Lee Jones

    Ranger Roland Sharp

  • Cedric the Entertainer

    Cedric the Entertainer

    Percy Stevens

  • Christina Milian

    Christina Milian

    Anne

  • Paula Garcés

    Paula Garcés

    Teresa

  • Monica Keena

    Monica Keena

    Evie

  • Vanessa Ferlito

    Vanessa Ferlito

    Heather

  • Kelli Garner

    Kelli Garner

    Barbara 'Barb' Thompson

  • Anne Archer

    Anne Archer

    Professor Molly McCarthy

  • Brian Van Holt

    Brian Van Holt

    Agent Eddie Zane

  • Shea Whigham

    Shea Whigham

    Ranger Holt

  • Terry Dale Parks

    Terry Dale Parks

    Ranger Riggs

  • R. Lee Ermey

    R. Lee Ermey

    Captain Nichols

  • Paget Brewster

    Paget Brewster

    Binky

  • Shannon Woodward

    Shannon Woodward

    Emma Sharp

  • Liz Vassey

    Liz Vassey

    Maggie Swanson

  • Curtis Armstrong

    Curtis Armstrong

    Morgan Ball

  • Nar Williams

    Nar Williams

    Pizza Delivery Guy

  • Mark Hanson

    Mark Hanson

    Jimmy

  • Tom Reynolds

    Tom Reynolds

    Jack Carter

  • Jimmy Ortega

    Jimmy Ortega

    Border Bus Driver

  • Rick Perry

    Rick Perry

    Himself

  • Stephen Bruton

    Stephen Bruton

    John Cortland

  • Bo Kane

    Bo Kane

    Courthouse Reporter

  • Lucien Douglas

    Lucien Douglas

    Cortland's Attorney

  • Ash Christian

    Ash Christian

    Razorback Mascot

  • Lucas Calhoun

    Lucas Calhoun

    Clay

  • Chase Ryan Jeffery

    Chase Ryan Jeffery

    Campus Guy

  • Christopher Dahlberg

    Christopher Dahlberg

    Local Stud

  • Jesse De Luna

    Jesse De Luna

    Warehouse Officer

  • David Dunard

    David Dunard

    Announcer

Crew (53)