Logo and Corporate ID Creation

The Nevada Corporation Handbook

 

 

 

"); } else { $file = fopen("counter.txt", "r"); $num = fgets($file,4096); $num += 1; fclose($file); $file2 = fopen("counter.txt", "w"); fputs($file2, $num); fclose($file2); } echo "This page has been viewed " . $num . "times."; ?>