I upload data from my form to Mysql table, but everytime i add photos a new record is created with only the photo's information in the row.
I'm having trouble combining the uploaded image info with the other form data.
image uploading problem
Moderator: General Moderators
Re: image uploading problem
It would help if you posted your code. I assume you are trying to update an existing record. Are you using UPDATE or INSERT? Are you updating existing fields or inserting new ones?