with php each refresh image change code example
Example: php force image refresh
<img src="imagename.png?r=<?echo(rand());?>"> //produces a random number in url
<img src="imagename.png?r=<?echo(rand());?>"> //produces a random number in url