Jump to content

Radom Image Display Fails Randomly...


leoblanchette

Recommended Posts

Hello,

 

Just to keep things looking fresh I have a series of over a hundred images that displays randomly, five across, toward the header of my site.

 

See here... Jump around the site or refresh the page now and then...you will see the images will randomly fail to show through.

 

http://www.clipartillustration.com/

 

Without a doubt they are also loading slower than they should too.

 

As far as I can tell, everything should be fine! See below code. I think the only thing messing it up is the random image function itself is quirky.

 

$imagecount = 0;


while($imagecount < 5){



$start = "1";


$random = rand($start, $total);


$image_name = $random . $file_type;


echo "<img class=\"scrollingimage\" alt=\"\" height=\"105\" width=\"124\" src=\"$image_folder/$image_name\" />";

$imagecount ++;

}

Link to comment
https://forums.phpfreaks.com/topic/211209-radom-image-display-fails-randomly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.