"; if (is_readable($counterFile)) { print "These pages have been accessed "; readfile($counterFile); print " times "; if (is_readable($counterStart)) { $fp=fopen($counterStart,"r"); $start=fgets($fp,20); print "since "; print strftime("%d %B %Y",$start); print ".\n"; } else { print "
\n(could not access time stamp file $counterStart)\n"; }; } else { echo "Could not access hit counter file $counterFile\n"; }; print "

"; footer(); ?>