Some of my PHP programs. Copyright Rob Hanssen (2001). All programs are distributed under the terms of the GNU General Public Licence
";
while (list ($line_num, $line) = each ($fcontents))
{
echo htmlspecialchars($line);
}
echo "";
}
html_footer();
?>