![]() |
||||
Harbour
View Holiday Homes |
||||
![]() |
||||
|
||||
|
||||
Visitors
Since January 2007:
$file = fopen("../textfiles/harbourview_visitors.txt", "r");
$contents = fread($file, 512);
fclose($file);
$contents = $contents + 1 ;
$file = fopen("../textfiles/harbourview_visitors.txt", "r+");
echo $contents;
fwrite($file, $contents, 512);
fclose($file);
?>
|
||||