Since php seems to be able to do pretty much anything, is it possible for it to calculate the number of characters or words in a textarea as the user types?
Eg. there is a 300 word limit, and as the user types, a box changes the number of words remaining to the user after each word is typed.
[eg. after typing the above sentence, the box would say 272.]
Possible with php?
Eg. there is a 300 word limit, and as the user types, a box changes the number of words remaining to the user after each word is typed.
[eg. after typing the above sentence, the box would say 272.]
Possible with php?
Comment