# read edit.me include ('edit.me'); # This is the bit which adds to the count.txt file # First it creates a session Id for each visit so that it counts # visits rather than how many times a page is loaded. if (!$PHPSESSID) { $thefile = file("count.txt"); $count = implode("", $thefile); $count++; $myfile = fopen("count.txt","w"); fputs($myfile,$count); fclose($myfile); }?> $thefile = file("count.txt"); $count = implode("", $thefile); # print the text.. print $count; ?>
© 1999 Copyright ΤΡΥΠΕΣ. Official webpage. All rights reserved. Powered by UltraVintage