Hi all,
This has been asked in the past in different ways. I'm still a bit
confused about setting up counters. I'm quite new to php. I've read
few tutorials about writing counters using cookie and sessions. It
sounds quite straight-forward. But what I'm unsure about is- if the
browser is set to accept cookies manually and the user blocks the
cookie, what happens? I think in that case, the counter is not
incremented because the value is not returned by the browser. Then we
are likely to get inaccurate counters. Is there a way to get
"accurate" counters?
Thanx
Ben
This has been asked in the past in different ways. I'm still a bit
confused about setting up counters. I'm quite new to php. I've read
few tutorials about writing counters using cookie and sessions. It
sounds quite straight-forward. But what I'm unsure about is- if the
browser is set to accept cookies manually and the user blocks the
cookie, what happens? I think in that case, the counter is not
incremented because the value is not returned by the browser. Then we
are likely to get inaccurate counters. Is there a way to get
"accurate" counters?
Thanx
Ben
Comment