The Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist

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 Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist

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 Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist

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 Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist

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 Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist

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 Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist

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 Ranger and the Lady

Cast (31)

  • Roy Rogers

    Roy Rogers

    Roy Colt

  • Julie Bishop

    Julie Bishop

    Jane Tabor

  • George 'Gabby' Hayes

    George 'Gabby' Hayes

    Gabby Whittaker

  • Henry Brandon

    Henry Brandon

    Augustus Larue

  • Harry Woods

    Harry Woods

    Kincaid

  • Si Jenks

    Si Jenks

    Freighter Hank Purdy

  • Ted Mapes

    Ted Mapes

    Henchman Kramer

  • Noble Johnson

    Noble Johnson

    Henchman El Lobo

  • Davison Clark

    Davison Clark

    Sam Houston

  • Yakima Canutt

    Yakima Canutt

    Mack

  • Fred Burns

    Fred Burns

    Winslow

  • Lloyd Ingraham

    Lloyd Ingraham

    Dr. Corbin

  • Chuck Baldra

    Chuck Baldra

    Henchman

  • Roy Bucko

    Roy Bucko

    Henchman

  • Ted Wells

    Ted Wells

    Henchman

  • Chick Hannan

    Chick Hannan

    Henchman

  • Henry Wills

    Henry Wills

    Henchman

  • LeRoy Mason

    LeRoy Mason

    Jane's Dance Partner

  • Chief Many Treaties

    Chief Many Treaties

    Indian with Head Feathers

  • Jack Kirk

    Jack Kirk

    Stage Driver

  • Tom London

    Tom London

    Independent Freight Wagon Driver

  • Al Taylor

    Al Taylor

    Wagon Guard

  • Victor Cox

    Victor Cox

    Freight Wagon Driver

  • Herman Hack

    Herman Hack

    Freight Wagon Driver

  • Neal Hart

    Neal Hart

    Freight Wagon Driver

  • Bud McClure

    Bud McClure

    Freight Wagon Driver

  • Bill Nestell

    Bill Nestell

    Freight Wagon Driver

  • Art Dillard

    Art Dillard

    Freight Wagon Driver (uncredited)

  • Vester Pegg

    Vester Pegg

    Freighter

  • Spade Cooley

    Spade Cooley

    Bent's Banjoist

  • Al Haskell

    Al Haskell

    Accordionist