how can we randomly change image when we refresh the page every time in php
|
|
|||
|
|
|
Load the possible image extensions into an array. Use rand() to generate a random integer within range of the length of this array, and display it in your HTML.
|
||||||||||
|
|
|
|
||||||
|
