A new problem again. I have a page where my customer can download pictures with his (or her) username. I´ve wrote a cfm -page which handles database connection. It writes down username, date and the picturename(s). If the user downloads more than one picture, how can I add every of them on different database line? Now my program adds every picturename to the same column. Example:
Date Pictures Username
02-14-2001 pic1,pic2,pic3 user
---------------------------------------------
I want it like this:
Date
02-14-2001 Pictures Username
pic1 user
pic2
pic3
---------------------------------------------
Thank you!
Date Pictures Username
02-14-2001 pic1,pic2,pic3 user
---------------------------------------------
I want it like this:
Date
02-14-2001 Pictures Username
pic1 user
pic2
pic3
---------------------------------------------
Thank you!