in reply to RE: Random Image in HTMLin thread Random Image in HTML
$image = $images[rand($#images+1)]; [download]
$image = $images[rand @images]; [download]