display random set of pictures on page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • philleep
    New Member
    • Mar 2007
    • 74

    display random set of pictures on page

    Hi,

    How do i do a random picture selector for a page in php. Basically i want to pic 3 pictures from a pool of 40 and display these on screen.

    Cheer,
    Philleep
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Assign each image a unique number. Then use the rand() function to pick three of them.

    Originally posted by philleep
    Hi,

    How do i do a random picture selector for a page in php. Basically i want to pic 3 pictures from a pool of 40 and display these on screen.

    Cheer,
    Philleep

    Comment

    Working...