the setup probably isnt the best, but here's generally how the table is setup..
the values for image1, image2, and image3 are the same as the username.. (not very creative) and the images will always be there
its basically like this:
username image1 image2 image3
johndoe johndoe johndoe johndoe
and in the folder where the images are they're named:
johndoe0.gif
johndoe1.gif
johndoe2.gif
so I was thinking i could just use the mysql_fetch_row to get each image and then the $number to put 0, 1, and 2 on the end of the filename. ? I haven't been programming too long so I don't know if thats the best way, but it seemed simple enough. Thanks for your help again..