Random photo into forum...
tspore
Registered Users Posts: 25 Big grins
Here is a question.
I was thinking of adding a few random photos into my header:
I originally was thinking of just using a random image php script. But I began thinking, and I am leaning towards wondering if there are any PHP scripts which will work to grab a thumb at random.
Any suggestions?
I was thinking of adding a few random photos into my header:
I originally was thinking of just using a random image php script. But I began thinking, and I am leaning towards wondering if there are any PHP scripts which will work to grab a thumb at random.
Any suggestions?
0
Comments
thumbs from different galleries.
<img src="/photos/random.mg?AlbumID=xxxxxxx&Size=Th" />
My Website index | My Blog
Hum....
For example I want to use this gallery:
http://43photo.smugmug.com/gallery/2936955
but when I plug it into the header I only get a ?
I have a API for the home page -
http://www.fourthirdsphoto.com
So I am unsure what is up.
across. Every page refresh they change. Playing with Firefox WebDev.
<div id="headerPics"><img src="/photos/random.mg?AlbumID=2936955&Size=100x100" /> <img src="/photos/random.mg?AlbumID=3082886&Size=100x100" /> <img src="/photos/random.mg?AlbumID=2857176&Size=100x100" /> <img src="/photos/random.mg?AlbumID=2769575&Size=100x100" /> <img src="/photos/random.mg?AlbumID=2653339&Size=100x100" /></div>
Add to your CSS
#headerPics {
position:relative;
margin: 0 auto;
left: 290px;
top: 35px;
}
#Table_01 {margin-top: -70px;}
My Website index | My Blog
My Website index | My Blog
My Photos
My Facebook
When I use this link to pull five photos from the same gallery into a sample header, I get five of the same photos. This leads me to believe that the random number generator, or whatever drives the selector, runs once per page load. Is that right? Does that mean that to get five random images I can't pull five times from the same gallery but must instead pull from five different galleries? Thanks.
Hehe, just like a one-armed bandit, right?:D
My Website index | My Blog