Jump to content

increase count, but limited to one click?


thetoolman

Recommended Posts

Hi there,

 

I am trying to create a script which will allow users to click a link which will display a count and increase each time. However, the user can only ever click on the link once.

 

What would be the best way to do this. Would I have to use some sort of session or cookie?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/265509-increase-count-but-limited-to-one-click/
Share on other sites

Not sessions or cookies - the user could clear them and recount.

 

The "best" way would be to limit it to one per user, but that requires user registration. If you don't have user registration, the best you can do is by IP. But, there is no 100% reliable way to do it by IP since they are easily changed.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.