The Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar

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 Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar

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 Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar

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 Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar

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 Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar

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 Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar

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 Girl in the Park

Cast (36)

  • Sigourney Weaver

    Sigourney Weaver

    Julia Sandburg

  • Kate Bosworth

    Kate Bosworth

    Louise

  • Alessandro Nivola

    Alessandro Nivola

    Chris

  • Keri Russell

    Keri Russell

    Celeste

  • David Rasche

    David Rasche

    Doug

  • Elias Koteas

    Elias Koteas

    Raymond

  • Felipe Bonilla

    Felipe Bonilla

    Bartender

  • Alex Burns

    Alex Burns

    Guy

  • Curtiss Cook

    Curtiss Cook

    Actor

  • Samantha Gallo

    Samantha Gallo

    Girl riding spring animal in park

  • Mark Gerrard

    Mark Gerrard

    Doctor

  • Maury Ginsberg

    Maury Ginsberg

    Marcus Broyard

  • Joanna Gleason

    Joanna Gleason

    Sarah Graczyk

  • Seiko Higuma

    Seiko Higuma

    Euro Trash

  • Jeffrey Joseph

    Jeffrey Joseph

    Bobby

  • Patricia Kalember

    Patricia Kalember

    Amanda

  • Jeremy Kareken

    Jeremy Kareken

    Bartender

  • Stephen Kunken

    Stephen Kunken

    Lee Hall

  • Ian McWethy

    Ian McWethy

    Dean

  • Flaco Navaja

    Flaco Navaja

    Contractor

  • Jack Rovello

    Jack Rovello

    Young Chris

  • Elizabeth Newman

    Elizabeth Newman

    Colleague

  • Michael Patterson

    Michael Patterson

    David Graczyk

  • Katharine Powell

    Katharine Powell

    Waitress

  • Tijuana Ricks

    Tijuana Ricks

    Narissa

  • Rich Rothbell

    Rich Rothbell

    Justice of the Peace

  • Kristen Ruhlin

    Kristen Ruhlin

    The girl mistaken for Louise

  • Brendan Sexton III

    Brendan Sexton III

    Stuart

  • Bill Sorice

    Bill Sorice

    Bartender

  • Andrew Stewart-Jones

    Andrew Stewart-Jones

    Louise's Date

  • Daisy Tahan

    Daisy Tahan

    Maggie

  • Sarah Megan Thomas

    Sarah Megan Thomas

    Hairdresser

  • Elisabeth Waterston

    Elisabeth Waterston

    Alice

  • Stacey Yen

    Stacey Yen

    Woman (uncredited)

  • Rick Holmes

    Rick Holmes

    Trendy Restaurant Manager

  • Daniel Passaro

    Daniel Passaro

    Guy at Bar