Come Fly With US !!! click here. for directions. $countf = "count"; $cf = fopen($countf, "r"); #$stat=stat($countf); $num = fread($cf, 20); fclose($cf); settype($num, "integer"); $num++; $cf = fopen($countf, "w+"); fwrite($cf, $num, 20); fclose($cf); ?>