php used to upload an image to file. It gets renamed, but how do I work with the

newly named image? I have a form that includes an upload image button.

The php then renames the image to a random number to ensure it is unique, and places it into a folder named uploads.

The rest of the form information goes off into a database. I need the random image number to be copied into that form also as it will work as a reference later on to link the form data and the image together, but I have no idea how.

Any suggestions?
 
Back
Top