$counter_file"); } // open the counter file and read the count if (!$count) { $fp = fopen($counter_file, "r+"); $count = fgets($fp, 10); $count += 1; //overwrite the old count fseek($fp, 0); fwrite($fp, $count, 10); fclose($fp); setcookie ("count",$count); } ?> PT. Tirtajaya Lumasindo
 
© Tirtajaya Lumasindo 2000. All Rights Reserved.