Click to See Complete Forum and Search --> : countingvisitor


ruwas
12-27-2002, 02:41 PM
hi

i see the ask about counting the number of visitor and i have the same problem i need to count the number of visiter in general in javascript and i don't know how can you help me Please

thank you
ruwas

pyro
12-27-2002, 03:18 PM
You can't count your visitors in JavaScript. It requires some sort of server side programming. CGI is probably the most popular for this, but others will work as well (PHP, etc). Do a google search for counter cgi...