Hi, I'm hoping someone can help me with this. I have just acquired a script that does uploads for images and I wanted to link the process my mysql records.
In my MySQL database, I have a primary key index which is an autonumber. what I want to do is this:
When I insert a record (which would include the image), I want the name of my uploaded image to be automatically changed to the autonumber of the record. I'm just not sure how to pull back that autonumber to be used with the image name.
Hope this makes sense. Thanks in advance!
Dealspecialist