Answers for "with php each refresh image change"

PHP
1

php force image refresh

<img src="imagename.png?r=<?echo(rand());?>"> //produces a random number in url
Posted by: Guest on August-02-2020

Browse Popular Code Answers by Language