PHP force refresh image

40

//In PHP you can send a random number or the current timestamp

<img src="image.jpg?<?=Date('U')?>">
//or
<img src="image.jpg?<?=rand(1,32000)?>">  
  

Comments

Submit
0 Comments