Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer

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'; ?>
Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer

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'; ?>
Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer

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'; ?>
Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer

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'; ?>
Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer

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'; ?>
Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer

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'; ?>
Going Places

Cast (36)

  • Dick Powell

    Dick Powell

    Peter Mason

  • Anita Louise

    Anita Louise

    Ellen Parker

  • Louis Armstrong

    Louis Armstrong

    Gabe

  • Allen Jenkins

    Allen Jenkins

    Droopy

  • Ronald Reagan

    Ronald Reagan

    Jack Withering

  • Walter Catlett

    Walter Catlett

    Franklin Dexter

  • Harold Huber

    Harold Huber

    Maxie

  • Larry Williams

    Larry Williams

    Frank

  • Thurston Hall

    Thurston Hall

    Col. Withering

  • Minna Gombell

    Minna Gombell

    Cora Withering

  • Joyce Compton

    Joyce Compton

    Joan

  • Robert Warwick

    Robert Warwick

    Frome

  • John Ridgely

    John Ridgely

    Desk Clerk

  • Joe Cunningham

    Joe Cunningham

    Night Clerk

  • Eddie 'Rochester' Anderson

    Eddie 'Rochester' Anderson

    Groom

  • George H. Reed

    George H. Reed

    Sam

  • Maxine Sullivan

    Maxine Sullivan

    Specialty

  • Brooks Benedict

    Brooks Benedict

    Party Guest / Racetrack Spectator

  • Ward Bond

    Ward Bond

    Clarence - a Policeman

  • Eddy Chandler

    Eddy Chandler

    Second Policeman

  • DeForest Covan

    DeForest Covan

    Shoe-Shine

  • Dorothy Dandridge

    Dorothy Dandridge

    Member of The Dandridge Sisters

  • Vivian Dandridge

    Vivian Dandridge

    Member of The Dandridge Sisters

  • Jesse Graves

    Jesse Graves

    Butler at Party

  • John Harron

    John Harron

    Man at Party

  • Etta Jones

    Etta Jones

    Member of The Dandridge Sisters

  • Kenner G. Kemp

    Kenner G. Kemp

    Steeplechase Observer

  • Jack Luden

    Jack Luden

    Party Guest

  • Edmund Mortimer

    Edmund Mortimer

    Customer in Store

  • Ferdinand Munier

    Ferdinand Munier

    Man on Electric Horse

  • John J. Richardson

    John J. Richardson

    Man at Track

  • Janet Shaw

    Janet Shaw

    Young Lady at Party

  • Jack Shea

    Jack Shea

    Party Guest

  • Rosella Towne

    Rosella Towne

    Young Lady at Party

  • Charlotte Treadway

    Charlotte Treadway

    Party Guest

  • Leo White

    Leo White

    Store Customer / Steeplechase Observer