$fp=fopen("../log/counter.txt","r"); $get=fgets($fp,255); fclose($fp); $fw=fopen("../log/counter.txt","w"); $temp=$get+1; $put=fputs($fw,$get+1); ?>