I was asking about how to pass a new array number with a page refresh and someone responded:
But what I don't understand is why you want to change images like that on page reload, I have never seen it before.
That raised the question to me - if I have written out a web page in PHP that has an image displayed on the page - is there a way to have it change the image every 10 seconds?
Could you do this with a For Each or While type loop? I thought once the script was parsed it then wrote the page source and it doesn't change on the screen.
Wouldn't I need to use something else like javascript to do this?