in reply to Count how many times a CGI script has been called

What is the difference between clicking a link, and clicking the submit button, apart from some webbrowsers rendering it a bit differently? On the serverside, it doesn't matter. If you can make a counter for "clicking a link", you can make a counter for "clicking a submit button". There's no need to modify a single bit of the code.

Abigail

  • Comment on Re: Count how many times a CGI script has been called