Are you inserting image inside the mysql database?
it2051229
Junior Poster in Training
82 posts since May 2007
Reputation Points: 7
Solved Threads: 1
if i'm not mistaken you're having trouble uploading multiple images... is that it?
you know you can search that in google something like "PHP multiple file upload" and you will find your answer.
it2051229
Junior Poster in Training
82 posts since May 2007
Reputation Points: 7
Solved Threads: 1
to fix your problem, just have all of the images upload into the same directory with a randomly generated name. then put that name into the database (which i think you have already done) with the member id.
to get the images for a member, just run a query on the images table that will select all image name with a specific member id. simple.
if you don't want to do it that way, you are going to have to post the code for the upload so we can make the changes. no one will be able to help until this is done, because we won't know how the code is setup to make the changes. we are not psychic.
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194