View file lospaciprian/muzica/vizite.php

File size: 131B
<?php

$file = 'vizite.txt';
$counter = intval(file_get_contents($file));
$counter++;
file_put_contents($file,$counter);

?>