|
|
![]() |
|
|
|
| **Official
Privacy Statement Notice**
| Park Hills
1982 Mailing List |
| What's
New | Class
List | Senior
Superlatives | Nostalgia |
|
July 22,
2000 Picnic pictures | 5
Year Reunion Pictures
|
|
|
Links to other P.H.H.S. class pages
1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982
Fairborn High School Class of 1983
(The
transition Year)
![]()
Related Sites:
Fairborn Park
Hills High School - Fairborn Alumni Registry
Please enter your information!
Fairborn City School's Home page
Fairborn Chamber of Commerce
You are visitor #
//configuration//
$datafile="homepagecount.dat"; //filename for counter datafile
$counterstyle = "image"; //enter text for text,image for images, or invisible for none
$textcountlength = 5; //length of counter in digits if using text option
$font = "Arial, Helvetica, sans-serif"; //font face style if using text counter
$fontsize = "2"; //font size if using text counter
$fontcolour = "#999999"; //font colour use html colour codes
$imagedirectory = "images/"; //directory or http location to images NOTE: use trailing slash
$imagesext = ".gif"; //file extension for images e.g. .gif .jpg .png
$initialvalue = 30;
if (!file_exists($datafile))
{
$file = fopen($datafile,"w+");
fwrite ($file,$initialvalue);
fclose ($file);
}
else
{
$file = fopen($datafile,"r+");
$hitcount = fread($file,filesize($datafile));
fclose ($file);
};
$hitcount++;
$file = fopen($datafile,"w+");
fwrite ($file,$hitcount);
if ($counterstyle != "invisible")
{
if ($counterstyle == "text")
{
echo ""
.sprintf("%0"."$textcountlength"."d",$hitcount)."";
}
else
{
$longstr = strlen($hitcount);
for ($x=0; $x < $longstr; $x++)
{
$image = substr($hitcount,$x,1);
echo "";
}
}
}
?>
since May 2nd, 2006.
These pages were last updated on October 21, 2002
Contact the Webmaster