Click to See Complete Forum and Search --> : Text Counter


patrick
01-05-2003, 12:45 PM
I think this is a JavaScript thing.
Does anyone know the code for a text counter?

pyro
01-05-2003, 12:47 PM
A counter can't be made in JavaScript. It requires some sort of server side language, such as PHP or Perl. The reason for this is JavaScirpt is client side, and lack being able to read and write to files.

Scriptage
01-05-2003, 01:12 PM
Mail me at batesy1986@hotmail.com and I'll write one for you

pyro
01-05-2003, 01:17 PM
Or, I've written on in PHP you can use. It can be text or graphical... Another option is one I wrote in Perl that can optionally log details about your users...