|
||
Proprietor: Miles Jean Member of A-P-C-H-Q License RBQ; 8103-0009-28 |
Contact:
tel. 418-368-7720 |
Address 603A, boul. York West |
Interior Exterior Renovation
Siding |
We are authorized Authorized installer FREE Estimates. | |
$file = fopen("counter.dat","a+");
$counter = fread($file, filesize("counter.dat"));
fclose($file);
$counter += 1;
$file = fopen("counter.dat","w+");
fwrite($file, $counter);
fclose($file);
include 'counter.dat';
?>
This page created and maintained by PCS Design |