Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King

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'; ?>
Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King

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'; ?>
Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King

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'; ?>
Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King

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'; ?>
Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King

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'; ?>
Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King

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'; ?>
Wedding Night

Cast (32)

  • François Morency

    François Morency

    Nicolas

  • Geneviève Brouillette

    Geneviève Brouillette

    Florence

  • Pierrette Robitaille

    Pierrette Robitaille

    Claire

  • Jacques Girard

    Jacques Girard

    Gaston

  • Yves Jacques

    Yves Jacques

    Bernard

  • Diane Lavallée

    Diane Lavallée

    Geneviève

  • Michel Courtemanche

    Michel Courtemanche

    Marc

  • Sonia Vachon

    Sonia Vachon

    Michelle

  • René Richard Cyr

    René Richard Cyr

    Robert

  • Bobby Beshro

    Bobby Beshro

    Dimitri

  • Louisette Dussault

    Louisette Dussault

    Simone

  • Gérard Poirier

    Gérard Poirier

    Jules

  • Lisa Bronwyn Moore

    Lisa Bronwyn Moore

    Betsy

  • Colette Courtois

    Colette Courtois

    Mère de Nicolas

  • Catherine Florent

    Catherine Florent

    Lara

  • David Savard

    David Savard

    Jean-Michel

  • Joel Miller

    Joel Miller

  • Ellen David

    Ellen David

  • Richard Jutras

    Richard Jutras

  • Gordon Masten

    Gordon Masten

  • Michelle Sweeney

    Michelle Sweeney

  • Brett Watson

    Brett Watson

  • Guillaume Champoux

    Guillaume Champoux

  • Laura Mitchell

    Laura Mitchell

  • Minor Mustain

    Minor Mustain

  • Felicia Shulman

    Felicia Shulman

  • Annick D'Amours

    Annick D'Amours

  • François Ouimet

    François Ouimet

  • Gilbert Brouillette

    Gilbert Brouillette

  • Kaven B. Massicotte

    Kaven B. Massicotte

  • Donny Falsetti

    Donny Falsetti

  • Helen King

    Helen King