|
Below is a list of WWII songs from the songbook
Songs From the Front and Rear,
(Canadian Servicemen's Songs of the Second World War)
by Anthony Hopkins, ISBN 0-8830-172-3
Note: You can borrow this book from your local library
or have them order it through inter-library loans.
';
while (! feof($fh)) {
$line = trim(fgets($fh));
if ($line != '') {
echo '' . $line . '';
}
}
echo '';
?>
|