- Apr 7, 2000
- 3,346
- 0
- 76
Im looking for a free counter but dont want alot of the crap that some have, like popups and what not.
Thanks,
~Shawn
Thanks,
~Shawn
Originally posted by: Tyler
open F, "count.txt";
$count = <F>;
close F;
open F, ">count.txt"
$count++;
print F $count;
close F;
print "Content-Type: text/html\n\n$count";
Originally posted by: chiwawa626
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=free+counter
Originally posted by: amonline
Originally posted by: Tyler
open F, "count.txt";
$count = <F>;
close F;
open F, ">count.txt"
$count++;
print F $count;
close F;
print "Content-Type: text/html\n\n$count";
I should have added I want it to be visable by the visitors.![]()