Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)

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'; ?>
Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)

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'; ?>
Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)

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'; ?>
Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)

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'; ?>
Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)

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'; ?>
Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)

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'; ?>
Chips, the War Dog

Cast (43)

  • Brandon Douglas

    Brandon Douglas

    Danny Stauffer

  • Ned Vaughn

    Ned Vaughn

    Mitch Wilson

  • Paxton Whitehead

    Paxton Whitehead

    Smythe

  • Robert Miranda

    Robert Miranda

    Sgt. Rust

  • Ellie Cornell

    Ellie Cornell

    Kathy Lloyd

  • William Devane

    William Devane

    Col. Charnley

  • Coby Scheldt

    Coby Scheldt

    Jim Hastings

  • Juli Morser

    Juli Morser

    Mrs. Hastings

  • Sheridan Gayr

    Sheridan Gayr

    Peggy

  • Luke Rossi

    Luke Rossi

    Jimbo

  • Richard Arnold

    Richard Arnold

    Farmer Steele

  • Lyn Tyrrell

    Lyn Tyrrell

    Mrs. Steele

  • Robert Munns

    Robert Munns

    Sheriff

  • Gary Taylor

    Gary Taylor

    Bob Stauffer

  • Corey Gunnestad

    Corey Gunnestad

    Teen in Uniform

  • Sara Hickcox

    Sara Hickcox

    Girlfriend

  • Jason Connelly

    Jason Connelly

    Teenager #1

  • Ronny Lynch

    Ronny Lynch

    Teenager #2

  • Krisha Fairchild

    Krisha Fairchild

    DFD Woman

  • Ted D'Arms

    Ted D'Arms

    Sen. Browne

  • Dan Angst

    Dan Angst

    Boot Camp Doctor

  • Michael Manuel

    Michael Manuel

    Osterholt

  • Landon Wine

    Landon Wine

    Torres

  • Bill Walters

    Bill Walters

    Basic Training Soldier

  • Robert Davenport

    Robert Davenport

    Dog Bath Soldier

  • Evelyn Purdue

    Evelyn Purdue

    Mrs. Browne

  • Harris D. Smithe

    Harris D. Smithe

    Kennel Soldier

  • Michael Blain-Rozgay

    Michael Blain-Rozgay

    Mall Sergeant

  • Julie Pahl

    Julie Pahl

    WAC

  • William Dore

    William Dore

    Veterinarian

  • Alfred Gregory Hollmann

    Alfred Gregory Hollmann

    Mess Cook

  • Tom Francis

    Tom Francis

    Soldier #1

  • Brian Keilor

    Brian Keilor

    Demonstration Soldier

  • Robert Hardwick

    Robert Hardwick

    Senator #1

  • Glenn Mazen

    Glenn Mazen

    Senator #2

  • Donald Riley

    Donald Riley

    Narrator

  • Peter Lohnes

    Peter Lohnes

    Capt. Bridges

  • Stefan Enriquez

    Stefan Enriquez

    Chateau Soldier

  • Will McGarrahan

    Will McGarrahan

    O'Keefe

  • Steven Zediker

    Steven Zediker

    Radioman

  • John Gliessman

    John Gliessman

    Sgt. Mead

  • Marty Lewis

    Marty Lewis

    Command Post Sergeant

  • Charles Kahlenberg

    Charles Kahlenberg

    The General

Crew (1)