Hi everyone. I've been searching everywhere for a solution, and although I've found some, they all output the numbers into a sequence instead of a single number.
I'm trying to use this code snippet:
<img src="http://www.yoursite.com/folder/random/image-<?php echo rand(1,n); ?>.png" />
I need to display 13 images in a random order on a page, but I can't have any of them repeat.
Can any of you please help me out?
Many thanks in advance!
-Amy (PHP Noob)