ok I am not a php coder by any stretch of the imagination - i can muddle my way through someone elses code and have a basic understanding but thats about it.
Anyways on to my question :
What am looking to do is have php read a dir containing pictures and let choose say 16 at random and output them like
and so on so it builds a 4x4 square using the picturesCode:<img src=http://somesite.com/images/random1.jpg> <img src=http://somesite.com/images/random2.jpg> <img src=http://somesite.com/images/random3.jpg> <img src=http://somesite.com/images/random4.jpg> <br /> <img src=http://somesite.com/images/random5.jpg> <img src=http://somesite.com/images/random6.jpg> <img src=http://somesite.com/images/random7.jpg> <img src=http://somesite.com/images/random8jg>
anyone wanna knock up something for me?
v_Ln




Reply With Quote