Here's a little trick that works for me
$cur_time = time();
print "";
Since each time you load the page the image name will be different (since
$cur_time will always change) the browser thinks the files are always
different since the name changes - and thus you force a reload of the image.
I do
i have an image upload script that uses fixed image names... when i update
an image, that image will be replaced at the server using the same name as
the old image... now, my browser doesn't check for the new image but checkes
it cache instead and ofcourse finds the old image... how can i fix th