Max,
what I actually had to do, was put the random number on the image itself, not the page.
<?php
$temp = date('Y-m-d H:i:s');
echo "<IMG SRC = \"Wisconsin.jpeg?rubish=$temp\" USEMAP = \"#Trail Conditions by County\">";
?>
When I added the rebish=$temp my image would always reload from the server. I tried adding different headers, but could never find a combination that worked.
Scott
fonin wrote:
Use no-cache headers. To get example of ones,
see my message with subject "Image server script 2" somewhat below this one.
Max.