Codice PHP:
$voto=(int) $_REQUEST["voto"];
$punti = (int) implode("",file('calc.txt'));
$h=fopen('calc.txt','w+');
fwrite($h,$punti+$voto);
fclose($h); 
prova così, dimmi se va..