Hey can someone help me out or tell me how to create a random Image chooser. With the set of images I would like the images to be chosen from folder. Each photo I want to have a link and also I want to be able to put text next to the image and other miscellaneous stuff. An example of this is like on armorgames.com where their random game div box is. Thanks for the help in advanced.
Simple. Set up a database with the different data you want ie imageurl ect. Then you use the following query SELECT * FROM tablename ORDER BY RAND(); PHP: hope this helps.
This has been asked before, please search the forums. You can do this via glob and rand() - a complete solution is in these forums.