Page 1 of 1

image uploading problem

Posted: Tue Jun 16, 2009 4:08 pm
by jmcc
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.

Re: image uploading problem

Posted: Tue Jun 16, 2009 4:49 pm
by Eric!
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?