hi, does anyone know of a script that can generate a random ordered list? for example... <ul> <li>item 1</li> <li>item 2</li> <li>item 3</li> </ul> rather than having them display the same order, I'd like to be able to put them in random order everytime someone refreshes the page. I've only been able to find "random content generation", which only displays one of the items in random order. thanks.
hmmm interesting question. there is probably something in php like that...I have a nifty little random quote php script. About how many links will you have?