While I search for answers in FriHost for other questions I have, I thought I wouls start seeking answers t otwo more questions.
1. I know there are ample random image scripts in PHP lying around. They all seem to change the image on a page refresh. Is there one that will change the image after a given amount of time, like 20 seconds without the page needing to be refreshed? I know that Javascript does this, but I am trying to stay away from Javascript. Also is there a method in PHP to have the images transition from one to the next (cross-fade type thing). Again, I know Javascript does this, but...
2. I will be having an image gallery that is laid out differently than it is now. I am going to have an area at the top, with thumbnails under that, and when the user rolls over the thumbnail, the image appears in the area above (and if they click the image, it opens in a new window). I have a script to do this in Javascript, but I would like to do it in PHP if possible. Is it possible? I have not found anything online for this nor the first question.
Sometimes I wonder why I am building such a complicated site. And then I remember that it's to learn how to do it
1. I know there are ample random image scripts in PHP lying around. They all seem to change the image on a page refresh. Is there one that will change the image after a given amount of time, like 20 seconds without the page needing to be refreshed? I know that Javascript does this, but I am trying to stay away from Javascript. Also is there a method in PHP to have the images transition from one to the next (cross-fade type thing). Again, I know Javascript does this, but...
2. I will be having an image gallery that is laid out differently than it is now. I am going to have an area at the top, with thumbnails under that, and when the user rolls over the thumbnail, the image appears in the area above (and if they click the image, it opens in a new window). I have a script to do this in Javascript, but I would like to do it in PHP if possible. Is it possible? I have not found anything online for this nor the first question.
Sometimes I wonder why I am building such a complicated site. And then I remember that it's to learn how to do it
