Answers for "php upload image and display without refresh page"

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

Code answers related to "php upload image and display without refresh page"

Browse Popular Code Answers by Language