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

Code:
<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>
and so on so it builds a 4x4 square using the pictures

anyone wanna knock up something for me?

v_Ln