C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang

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'; ?>
C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang

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'; ?>
C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang

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'; ?>
C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang

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'; ?>
C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang

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'; ?>
C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang

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'; ?>
C'est La Vie Mon Cheri

Cast (24)

  • Sean Lau

    Sean Lau

    Kit

  • Anita Yuen Wing-Yee

    Anita Yuen Wing-Yee

    Min

  • Paul Chun Pui

    Paul Chun Pui

    Cheung Po-Sai

  • Petrina Fung Bo-Bo

    Petrina Fung Bo-Bo

    Min's Mother

  • Carina Lau

    Carina Lau

    Tracey

  • Carrie Ng Ka-Lai

    Carrie Ng Ka-Lai

    Yau Ling

  • Sylvia Chang

    Sylvia Chang

    Min's Doctor

  • Jacob Cheung

    Jacob Cheung

    Fortune Teller

  • David Wu

    David Wu

  • Sherman Wong

    Sherman Wong

    Producer

  • Peter Chan

    Peter Chan

    Cocktail party attendee

  • Jimmy Wong

    Jimmy Wong

  • Teddy Chen Tak-Sum

    Teddy Chen Tak-Sum

    Sitting at Bar

  • Jamie Luk Kim-Ming

    Jamie Luk Kim-Ming

    Blackie

  • Eugene Pao

    Eugene Pao

    Keung

  • Tats Lau Yee-Tat

    Tats Lau Yee-Tat

    Tat

  • Herman Yau

    Herman Yau

    Among Kit's musician friends

  • Andy Chin Wing-Keung

    Andy Chin Wing-Keung

  • Joe Junior

    Joe Junior

    Filipino musician (Cameo)

  • Joe Cheung

    Joe Cheung

    Bartender

  • Lawrence Lau

    Lawrence Lau

  • Mama Hung

    Mama Hung

  • Onitsuka Ng Kin-Chung

    Onitsuka Ng Kin-Chung

  • Stephan Yip Tin-Hang

    Stephan Yip Tin-Hang