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


slapshot_37
12-11-2002, 09:27 AM
Hello

Is there anyway to link a counter into a form so when someone submits the form the counter counts 1.


e.g. someone submits the form so when the next person visits the site the counter is on 2.


Thanks

gil davis
12-11-2002, 11:50 AM
You would need some sort of program at the server side to count for you. Javascript cannot save anything on the server, and does not know about anyone else using your form, so it is useless in this case.