// Something to generate the references page. // PJ Waskiewicz, 4/16/2001 // references.php $filename = "/home/waskiewicz.org/www/scripts/references.html"; $fp = fopen($filename, "r"); $page = fread($fp, filesize($filename)); print $page; // Get the last modified time for this file clearstatcache(); $mtime = filemtime($filename); $modified = date("d F Y h:i:s A", $mtime); // Finish the index page with some php to give the last // time this page was modified (overkill...) print "