Preserved Topic: Random Image Generator Question... |
|
---|---|
Author | Thread |
Paranoid (IV) Mad Scientist From: A lost remnant |
posted 07-19-2001 22:56
I was wondering on how to make an random image generator? I will be developing a members section on my site where they will display a picture of themselves on the home page; To be equal among the players I would like a Random Image Generator. Let's say I have 2 members and the random image generator displays player 2's picture; I would like for them to be able to click on a NEXT PLAYER button so that they can goto player 1's picture, So in effect that button has to know what player is being displayed player 1 or player 2. How would I make the NEXT PLAYER button know which player is being displayed? Sorry if that sounded confusing ,and I don't know wether or not that a random image generator would be perl or Javascript, sorry if I am off topic. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-20-2001 00:33
It could be Perl *or* JavaScript. If you're going to have a large number of members, then I hope you're planning on using Perl, or you'll have to do a lot of updating by hand... not fun. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-20-2001 02:39
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-20-2001 03:22
This will make the link work (be sure to also include the long list in bitdamaged's post, i didnt want to recopy that: |
Paranoid (IV) Inmate From: Lebanon |
posted 07-20-2001 09:25
I have made something like that time ago...It's PHP...hope you can make use of it! |