t_machine Posted August 15, 2007 Share Posted August 15, 2007 hi, I was wondering if anyone could help with this problem. I have created two folders (thumbs/largepics). I would like the script to view randomly a thumb and link to the larger pic. Example thumbs -> img1.jpg, img2.jpg. myimg.jpg largepics -> img1_L.jpg, img2_L.jpg. myimg_L.jpg The script would then choose for example "img2.jpg" then when clicked display "img2_L.jpg" Thanks for any help Link to comment https://forums.phpfreaks.com/topic/65069-solved-random-images-from-folder/ Share on other sites More sharing options...
The Little Guy Posted August 15, 2007 Share Posted August 15, 2007 http://phpsnips.com/snippet.php?id=14 Link to comment https://forums.phpfreaks.com/topic/65069-solved-random-images-from-folder/#findComment-324749 Share on other sites More sharing options...
t_machine Posted August 15, 2007 Author Share Posted August 15, 2007 Thank you very much for the link but I have one question. How do I get the name of the random thumb image so I can match it with the large pic. I would like it to display like this <a href="link/to/large/pic1_l.jpg"><img src="link/to/thumb/pic1.jpg"></a> Thanks Link to comment https://forums.phpfreaks.com/topic/65069-solved-random-images-from-folder/#findComment-324780 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.