Alright folks, here's what I'm looking for:
I need a script/bit of code/whatever to either use randomized content within a table, or draw it sequentially from a directory. Here's how I would LIKE for it to work, maybe it's not the best way, dunno.
In a table cell I am going to have a picture and some text beneath it along with a link. Every time the page loads, I want a different pic with different text to load within that cell.
I was hoping to have a directory of the images and bits of text either separate or in already laid out bits of html (i.e. the content for the cell could be htm files which would draw THEIR content normally from graphics directories, etc). The script would either run through this directory randomly or sequentially (sequentially would probably be best).
Anyone have any suggestions for the best way to do this?
Thanks!