Jump to content

[SOLVED] tabulating randomised image into array/var?


shamuraq

Recommended Posts

Hi ppl,

 

For this script:

<?

$rand = rand();

for  ($e=0; $e<$rand; $e++){

        echo '<img src = "www.mydomain.com/image.gif"/>;

}

 

How so i store the images into arrays so that i may use "count" and reflect a number of randomised name for each image to be written on top of each image?

this is what i intend to do...

Now i know how to randomise number of image from a single image

I also know how to randomise the alphabet with the number of alphabets from the number of image produced. I just dun know how to tie them together to produce the question.

 

[attachment deleted by admin]

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.