Trick is to have a server side script which increments a counter and
redirects to the desired page.

So you'd create something like this:

    /counter?uri=xxxx

and in your database you'll have fields for the uri and the number of hits
so far.

goodluck :)





"Pranot Kokate" <[EMAIL PROTECTED]> wrote in message
002101c114e6$f9f98f00$e80f0d0a@pranot">news:002101c114e6$f9f98f00$e80f0d0a@pranot...
Dear friends,

how can i monitor/count how many times a button is clicked. The code should
not be on the page which comes after clicking, but on the same page where
the button is. This is the need....

pls help

regards,
pranot




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to