The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (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'; ?>
The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (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'; ?>
The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (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'; ?>
The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (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'; ?>
The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (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'; ?>
The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (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'; ?>
The Lemon Drop Kid

Cast (30)

  • Bob Hope

    Bob Hope

    Sidney Melbourne (The Lemon Drop Kid)

  • Marilyn Maxwell

    Marilyn Maxwell

    'Brainey' Baxter

  • Lloyd Nolan

    Lloyd Nolan

    Oxford Charley

  • Jane Darwell

    Jane Darwell

    'Nellie Thursday' Regan

  • Andrea King

    Andrea King

    Stella

  • Fred Clark

    Fred Clark

    Moose Moran

  • Jay C. Flippen

    Jay C. Flippen

    Straight Flush Tony

  • William Frawley

    William Frawley

    Gloomy Willie

  • Harry Bellaver

    Harry Bellaver

    Sam the Surgeon

  • Sid Melton

    Sid Melton

    Little Louie

  • Ben Welden

    Ben Welden

    Singing Solly

  • Ida Moore

    Ida Moore

    Mrs. Feeney - The Bird Lady

  • Francis Pierlot

    Francis Pierlot

    Henry Regan

  • Charles Cooley

    Charles Cooley

    Goomba

  • Salvatore De Lorenzo

    Salvatore De Lorenzo

    Street-corner Santa Claus

  • Harry Shannon

    Harry Shannon

    John (Policeman)

  • Bernard Szold

    Bernard Szold

    Honest Harry

  • Tor Johnson

    Tor Johnson

    Super Swedish Angel (Wrestler)

  • Tom Dugan

    Tom Dugan

    No Thumbs Charlie

  • Stanley Andrews

    Stanley Andrews

    Judge Wilkinson (uncredited)

  • Billie Bird

    Billie Bird

    Racetrack Bettor on Iron Bar (uncredited)

  • Oliver Blake

    Oliver Blake

    Racetrack Bettor on Iron Bar (uncredited)

  • John Doucette

    John Doucette

    Muscleman (uncredited)

  • Pat Flaherty

    Pat Flaherty

    Police Captain Swain (uncredited)

  • Charmienne Harker

    Charmienne Harker

    Dancer (uncredited)

  • Jack Kruschen

    Jack Kruschen

    Muscleman (uncredited)

  • Mary Moder

    Mary Moder

    Holly Seller (uncredited)

  • Mary Murphy

    Mary Murphy

    Girl (uncredited)

  • Bruce Riley

    Bruce Riley

    Clerk (uncredited)

  • Anthony Warde

    Anthony Warde

    Thoughtful Man (uncredited)