Hi,
I seem to be having a peculiar issue when it comes to incrementing the value of something. Here's an example of what I am referring to. Let's say I have 2 blocks on my website. Statistics and recent searches. The following are the statistics being tracked in the statistics block:
Total Names Total Searches Searches Today Total Users
My issue is that total searches increments as expected(each search adds +1) to the total. However, for searches today, it's off compared to the recent searches. If I was to type the following: Apple, Orange, Dog, Cat. The result of searches today isn't adding +4 but rather +2. I am unsure as to why.
A working demo of the issue in question can be found by going to https://maxcape.com. Any help is appreciated in addressing this issue.
Thanks.