I am going to need my page to refresh an image when the user hits the browsers back button.
It is a captcha and for some reason upon ‘back’ the page is loading the old captcha, which code will no longer work.
I tried adding the <img src="captcha.jpg?"<?php echo time(); ?> />, but surely, the image was found in the cache. (we loaded it a few seconds ago :))
Thanks!
use php headers too it will help u alot
and html tags too