Basically what I want to achieve is when a user refreshs the page (normal refresh, not control+F5) an image changes.
The page is flat .html
Im using this script http://photomatt.net/scripts/randomimage/
However when i refresh, it seems its pulling the image from cache, not requesting it from the server again.
How do i go about this?
Also if i need to use php to do it, how do i change my html page to a php page? Or could I rotate the image with some sort of java script instead of the php script above?
Thanks for any advice!
The page is flat .html
Im using this script http://photomatt.net/scripts/randomimage/
However when i refresh, it seems its pulling the image from cache, not requesting it from the server again.
How do i go about this?
Also if i need to use php to do it, how do i change my html page to a php page? Or could I rotate the image with some sort of java script instead of the php script above?
Thanks for any advice!