How to count how many times a submit button is hit

M

Mogga

Any clues?
Easiest solution - and or a more complicated one to track what is in
the form thats being submitted?


ta muchly
:)
 
R

Richard

Mogga! said:
Any clues?
Easiest solution - and or a more complicated one to track what is in
the form thats being submitted?

ta muchly
:)

Venturing a guess, I'd say use a cookie. Each time the cookie is called, a
variable is added to.
Or possibly a variable in a script. Probably something in cgi or php. Have a
look at the various script sites for ideas.
 
W

Whitecrest

Any clues?
Easiest solution - and or a more complicated one to track what is in
the form thats being submitted?

Let some server side script do it for you. Your choice of the flavor,
they will all do it.
 
B

Beauregard T. Shagnasty

Quoth the raven named Richard:
Venturing a guess, I'd say use a cookie. Each time the cookie is called, a
variable is added to.
Or possibly a variable in a script. Probably something in cgi or php. Have a
look at the various script sites for ideas.

Bad guess. Cookies can be, and frequently are, refused. The answer is
to let the script processing the Submit do the counting or whatever is
necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top