PDA

View Full Version : Random Homepage Picture


jmcurtis4
11-10-2007, 08:30 AM
When I load my website I would like a new image to pop up everytime... Randomly. I have 4 pictures that I would like to randomly appear only once everytime the site is loaded. I don't want them to switch while the site is being viewed, I just want the user to see a different picture everytime they view my site... Randomly.

Can anyone help me out on this?

Bobski
12-11-2007, 03:09 AM
Hi,

I recently made a website which shows a random HomePage each time you open or refresh the browser, from a database of web addresses that have been chosen as being interesting or amusing:

http://www.homepagespin.com

I did this just using PHP, and the function rand(), which generates a random number between two parameters you can enter. This then referenced a different ID in the database.

I hope I haven't misunderstood the question,
Good Luck!