code located here: http://www.dyn-web.com/scripts/rotate-rand/ trying to place random image rotation on my webpage below the horizontal nav. site is here: www. 386realestate.com/indexpractice can anybody at DP help real quick. Should only take a sec.. thanks.
the site wouldn't respond but shouldn't be difficult... $image[0] = "http://site.com/blah.jpg"; $image[1] = "http://site.com/smoo.jpg"; $image[2] = "http://site.com/honk.jpg"; shuffle($image); echo "<img src=\"$image[0]\">"; PHP: