Local Triumph Clubs in the US (most of them "Chapters" of the VTR) :
You have a Triumph ? You like this page ? Sign our Visitors' Book !
Amicale Spitfire
last update
echo date("m/d/Y",getlastmod());
>
$fichier="comptaile.txt";
if(filesize("$fichier") > 0);
$fp=fopen("$fichier","r+");
else;
$fp=fopen("$fichier","w+");
endif;
$hits=fgets($fp,10);
$hits++;
fseek($fp,0);
fputs($fp,$hits);
fclose($fp);
echo $hits;
> hits on this page