Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

visits counter

Status
Not open for further replies.

jackyn

Programmer
Dec 24, 2002
11
FR
hello
I'm looking for a visits counter, with the possibility
to pick up the value of the counter in a javascript
variable,and nul incrementatation,
or a TEXT counter with the possibility of
nul incrementation.
Note, my server don't accept the chmod attribut of
files.cgi
Anticipate thanks Jack
 
javascript cannot hold a value such as a counter. It does not have the capabilities of retaining value from session to session and is stretching saying it can retain value from even page to page without complex scripting with querystrings and or cookies.
you will need to look into server side scripting like ASP or PHP. You have plenty of choices then. Text files and or DB's are the most common.

find out what you have for support in the server side of things

_________________________________________________________
$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;

onpnt2.gif
[/sub]
 
thanks, I'm going to ask my web provider about
php or asp Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top