image uploading problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jmcc
Forum Newbie
Posts: 5
Joined: Wed May 20, 2009 5:47 am

image uploading problem

Post 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.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: image uploading problem

Post 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?
Post Reply