It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu

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'; ?>
It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu

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'; ?>
It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu

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'; ?>
It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu

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'; ?>
It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu

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'; ?>
It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu

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'; ?>
It's a Mad, Mad, Mad World III

Cast (23)

  • Bill Tung Biu

    Bill Tung Biu

    Uncle Bill

  • Lydia Shum Tin-Ha

    Lydia Shum Tin-Ha

    Aunt Lydia

  • Elsie Chan Yik-Si

    Elsie Chan Yik-Si

    Elsie

  • Loletta Lee Lai-Chun

    Loletta Lee Lai-Chun

    Loletta

  • Pauline Kwan

    Pauline Kwan

    Jody

  • Frances Yip

    Frances Yip

    Francis

  • Lowell Lo Koon-Ting

    Lowell Lo Koon-Ting

    Mao

  • Eric Tsang

    Eric Tsang

    Smiley Joe

  • Chan San-Hiu

    Chan San-Hiu

    Sam

  • Teresa Carpio

    Teresa Carpio

    Sam's stepmother

  • Richard Ng

    Richard Ng

    Uncle Gold Fish

  • Kwan Chiu-Chung

    Kwan Chiu-Chung

    Canadian Lottery manager

  • Hung Leung-Sek

    Hung Leung-Sek

    TV horse racing comentator

  • Law Ching-Ho

    Law Ching-Ho

    Bill's nephew

  • Tony Leung Hung-Wah

    Tony Leung Hung-Wah

    Tai Fung Bank's manager

  • Liu Chun-Hung

    Liu Chun-Hung

    Sister Hung's assistant

  • Hui Ying-Ying

    Hui Ying-Ying

    Mui's mahjong buddy

  • Cheng Siu-Ping

    Cheng Siu-Ping

    Mui's mahjong buddy

  • Ho Chi-Moon

    Ho Chi-Moon

    Tai Fung Bank's representative

  • Leung Oi

    Leung Oi

    Prisoner

  • Yeung Ching-Ching

    Yeung Ching-Ching

    Movie actress

  • Jack Wong

    Jack Wong

  • Zeny Kwok Sin-Yu

    Zeny Kwok Sin-Yu