here's the code -> http://that.pastebin.com/572883 here's the image -> http://hunter.rlwatkins.com/testsite/img/image.png if you look at it you will see that the image always ups by 2.... doesn't it appear that it should only up by 1? please help. i'm a noob
Anyone?
Sounds like the counter is rigged. check www.hotscripts.com for another. you should be able to find 1 there that works.
it isn't rigged.... i wrote it myself....
it worked the first two times the page loaded... now everytime i refresh it gets wierd
could it be that once the image is loaded... its put into cache after that the browser checks to see if the file is updated.... could be the browser is callin twice
maybe.... i don't know...
works for me ok, provided I press f5 and wait a scond or two between refreshes.
awsome! i would try it now, but my server is messed up
please don't tell me not to doulbe post, how do you use php to make your browser not cache
header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Expires: ' . date('r', 1));
EDIT: By the way, you can edit previous posts by clicking the "Edit" image in the lower right-hand corner of your post.
i know but that doesn't make anyone realize that i have edited it. 🙁 and the image still doesn't work right 🙁 boohoohoo
acctually it just started to work 🙂 woohoo! go me!
well actually go you, cause the code that i had to stop cache didn't really work...