A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother

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'; ?>
A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother

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'; ?>
A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother

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'; ?>
A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother

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'; ?>
A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother

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'; ?>
A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother

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'; ?>
A Nice Girl Like Me

Cast (24)

  • Barbara Ferris

    Barbara Ferris

    Candida

  • Harry Andrews

    Harry Andrews

    Savage

  • Gladys Cooper

    Gladys Cooper

    Aunt Mary

  • William Hinnant

    William Hinnant

    Ed

  • Miriam Margolyes

    Miriam Margolyes

    Pensione

  • Sarah Golding

    Sarah Golding

    Schoolgirl 1

  • Christine Dingle

    Christine Dingle

    Schoolgirl 2

  • Sorrel Breunig

    Sorrel Breunig

    Schoolgirl 3

  • Joyce Carey

    Joyce Carey

    Aunt Celia

  • Totti Truman Taylor

    Totti Truman Taylor

    Miss Carter (Head Mistress)

  • Irene Prador

    Irene Prador

    Madame Dupont

  • John Serret

    John Serret

    Museum Attendant

  • Christopher Guinee

    Christopher Guinee

    Pierre

  • Douglas Wilmer

    Douglas Wilmer

    Doctor - Ante Natal Clinic

  • Barbara Keogh

    Barbara Keogh

    Maternity Night Nurse

  • Elisabeth Gordon

    Elisabeth Gordon

    Mrs. Newton (as Elizabeth Gordon)

  • David Armour

    David Armour

    Mr. Newton

  • Carmen Carpoldi

    Carmen Carpoldi

    Mrs. Lamplugh

  • Bill Clancy

    Bill Clancy

    Mr. Lamplugh

  • Susan Whitman

    Susan Whitman

    Labour Ward Nurse (as Sue Whitman)

  • Shelagh Wilcocks

    Shelagh Wilcocks

    Labour Ward Sister (as Shelagh Wilcox)

  • Nicola Cowper

    Nicola Cowper

    Valentine (aged 6 Months) (as Nichola Cowper)

  • Fabia Drake

    Fabia Drake

    Miss Grimsby

  • Piera Degli Esposti

    Piera Degli Esposti

    Angelina's Mother