how to create visitor counter without .text file and without value save in mysql in php
a) without $fl = fopen("count.txt","w+");
http://codebase.eu/source/code-php/ip-counter/
b) without save db
http://www.phpeasystep.com/phptu/7.html
c) without $_SESSION["visits"] = 0;