Question
outputting dynamic images
im allowing users to upload multiple images of themselves
onto my site....the system works by naming the image
dynamically..using the users id number, and then adding a number
taking from a recordcount of total images uploaded by the user, to
differentiate the images..
for example if dan(id=2) had already uploaded 5 images....the next image he uploaded would be named 2_5.gif, and then then next one would be 2_6.gif.
the issue now is, that i cant output the images dynamically, i have to refer to each image individually..is there anyway round this?
cheers
for example if dan(id=2) had already uploaded 5 images....the next image he uploaded would be named 2_5.gif, and then then next one would be 2_6.gif.
the issue now is, that i cant output the images dynamically, i have to refer to each image individually..is there anyway round this?
cheers