Avatar of breeze351
breeze351

asked on 

Need to get a random variable between 1 and 10 for a menu display.

I would like to display different images on the index page.  I was thinking the easiest way to do this would be to clock the time and just get the seconds.  This give me a variable between 1 and 10.  Load the image from an array with those images and display it.
Two questions:
1.  Does this make sense?
2.  How do I get just the seconds from the time?
PHP

Avatar of undefined
Last Comment
Ray Paseur

8/22/2022 - Mon