Refresh Stats Click Counter
Posted: Sun Apr 04, 2010 8:09 pm
Greetings, I'm a licensed user of Click Counter. Does exactly what I need.
Looking at the code, I am intrigued by the 'Refresh Stats' link and php coding, that truely reloads a new page.
I have it implemented on a page I use (unrelated to Click Counter, and is behind pw protected page), but when I click it,
http://www.seedrite.com/records/circle_status.php?2191
I end up with server response of "Invalid Variable Request", I imagine because the page does not know what to do with the appended 4 digit variable.
Studying your code, I cannot see how you work around this. Do you care to share? It would be worth another $15 to me
I am far from being an accomplished coder
Thanks, Tom
Looking at the code, I am intrigued by the 'Refresh Stats' link and php coding, that truely reloads a new page.
Code: Select all
<a href="index.php?<?php echo mt_rand(1000,9999); ?>">Refresh stats</a>
http://www.seedrite.com/records/circle_status.php?2191
I end up with server response of "Invalid Variable Request", I imagine because the page does not know what to do with the appended 4 digit variable.
Studying your code, I cannot see how you work around this. Do you care to share? It would be worth another $15 to me


Thanks, Tom