//hit.txt file is associated to this file so hit.txt must exist in same dir to execute this program $fp=fopen("hit.txt","r+"); $count=fread($fp,filesize("hit.txt")); rewind($fp); fwrite($fp,++$count); fclose($fp); ?>