| | |
display random images from folder
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Hi guys...
I want some help of how to call images from a folder....
Its like..v have a folder called images and it has many images in it.....but i need only 6 images to display in a php webpage...when the webpage is reloaded, it displays another images...its like its displaying random images.....But in one page, i would like to display only 6 images....So, when the reload or visit again, the images or randomised from the images folder.....can any one know how can it be done....
I m not sure abt the codes...
Thanks
Tryphy
I want some help of how to call images from a folder....
Its like..v have a folder called images and it has many images in it.....but i need only 6 images to display in a php webpage...when the webpage is reloaded, it displays another images...its like its displaying random images.....But in one page, i would like to display only 6 images....So, when the reload or visit again, the images or randomised from the images folder.....can any one know how can it be done....
I m not sure abt the codes...
Thanks
Tryphy
php Syntax (Toggle Plain Text)
<?php $arr=array(); for($i=0;$i<7;$i++){ $arr[$i]="./img/images/".$i.".jpg"; //assigning the image location to the array $arr. } $random=rand(0,6); //generating a random number echo "<img src=".$arr[$random].">"; //printing the image ?>
Thats it
Ignorance is definitely not bliss!
*PM asking for help will be ignored*
*PM asking for help will be ignored*
![]() |
Similar Threads
- Random Images on Refresh (JavaScript / DHTML / AJAX)
- random images (PHP)
- Implementing Random Images (Java)
- Need help making simple random images (PHP)
- ASP .NET Display Random records from the database (ASP.NET)
- looking for a free or low cost program to randomly display text and/or images (PHP)
Other Threads in the PHP Forum
- Previous Thread: ajax observeField in CakePHP
- Next Thread: Help me in form validation
| Thread Tools | Search this Thread |
applet array back backup bmp broken button clone cloning code delete directory disk displayimageinsteadofflash drive dynamic file flash function generator ghost google hard header hosting image images java jpanel jpeg link loops matrix mediawiki method multimedia mysql open php picturebox problem python random reading reputationmanagement screen scroll search shot subdomain swf swf. swing upload url web website whileloop







