I have a form on one page where a user enters info and submits. When submited the data is stored in a mysql table and given an id. The user is then taken to a new page and asked to upload an image. I need the image to have a ref # that is the same as the id from their submission.
Basically i need to find out the id that was given to their submission.
Thanks in advance for any help.
Basically i need to find out the id that was given to their submission.
Thanks in advance for any help.
Comment