Displaying a random image using PHP
August 22nd, 2006
Ever wanted to show a random image on your website? This short tutorial goes through the simple steps involved to display a simple random image using the popular server-side scripting language; PHP.
There are 2 main ways of displaying a random image. The first is to loop through the images in a defined order each time [...]
