Random Image Display script Author: Nenad Motika URL: http://www.bezveze.com/skripte/rid/ Date: 21-08-2001. Upgrade: 28-11-2001. (multiple random images on one page). Usage: Put the script (rid.php) in image folder and include it in php document you want. Or in html/shtml/* files put . If you need more than one picture on your page, then put etc... HELP :) If you have problems with proxy/cache servers put next two lines in the beginning of page # header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 If you want some additional info about picture put this before last "}" echo "
$slika
"; echo "Width: $dimensions[0]
"; echo "Height: $dimensions[1]
"; echo "Image type: $dimensions[2]
"; echo "Dimensions: $dimensions[3]
";*/