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