Hi i was just browsing php.net and came across the rand() command and i have one question:
the thing is, i want to display 6 images. I want these 6 images to be randomized and then displayed in a RANDOM order. I do not want the same image to display more than once but i just want to randomize the order in which they display. If anyone can help me with this, it would be greatly appreciated. Thank you.
E.g.
lets say i have images a,b,c,d,e,f
i want them to display in RANDOM order each time i refresh so its like:
a,c,e,f,b,d OR
c,e,b,a,d,f OR
e,b,a,c,f,d and etc...
Once again, i do not want it to display the same image twice.