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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.