$digits = 3; //This defines the number of digits displayed... in this case the counter will look like 00000x.
$filelocation="entercounter.txt"; //This is the filename of the counterfile. If you want to use another name, change it here and rename the .txt file.
if (!file_exists($filelocation)) {
$newfile = fopen($filelocation,"w+");
$content=1;
fwrite($newfile, $content);
fclose($newfile);
}
$newfile = fopen($filelocation,"r");
$content = fread($newfile, filesize($filelocation));
fclose($newfile);
$newfile = fopen($filelocation,"w+");
if (!$c){
$content++;
}
fwrite($newfile, $content);
fclose($newfile);
?>
echo "Visitante Nro. ".sprintf ("%0"."$digits"."d",$content)."";
//If you want some text to display around the counter, put it in the quotationmarks.
?>
Homenaje:
Se hace
propicia la ocasión para rendir un justo homenaje póstumo
a Mónica Raquel Inchaustti González, hija
de los señores directores, quien trabajó en esta
empresa con mucha responsabilidad desde muy joven siendo la principal
propulsora del emprendimiento edilicio que hoy día está
en marcha.
Por ello
nunca se borrará de nuestra retina su bella imagen y de
nuestra mente su entusiasmo, su dedicación por esta empresa,
como así también su capacidad técnica, su
rectitud, su humildad y el sentimiento de respeto que tenía
por los miembros de la familia de Laboratorios P.A.N. S.R.L.
A MÓNIQUITA,
NUESTRA ETERNA GRATITUD !!!
(22/02/1981
a 31/08/2002)
López De Filippi 2855 Barrio San
Vicente
Asunción Paraguay Telefax:
595-21 332-389
595-21 303-653