开发者

PHP Button Count [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I'm just wondering how to count a unique click - to check the IP (not one person make 1k clicks).开发者_StackOverflow社区 I viewed some scripts here and in other websites, but they aren't the specific thing I search for. I search only for script to count the clicks (without connecting to the DB) and than write them in HTML.

Thanks!


If you don't want a connection with a DB, you got other solutions like:

  • log all the clicks to a text file (very bad way, example here: http://www.totallyphp.co.uk/text-file-hit-counter )
  • search for some site that offers to you this service. I do not even know if you can find something like this out there (google is your friend).
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜