nonc apisco cosa cè che non và:
in che sbaglio?????Codice PHP:
$file="http://playstart.netsons.org/visite.txt";
$apertura=fopen($file,"r+");
$valore=fread($apertura,255);
$valore++;
fwrite($apertura,$valore);
$visite=fread($apertura,255);
fclose($file);