auto_increment method

wxdqz

New Member
I have made a form to add customers.
I have set up the id field to auto_increment.
Also, after the customer has filled up the form, another page is shown with a confirmation that is submitted and the customer data is added.
That's where is my difficulty:

What I need is fetch the customer id generated on the previous form after the confirmation and resubmit it again to another form. I see the only solution is to work with my own auto_increment method because as it is auto_increment, how am I going to know what id was determined to that customer if there is dozens of them filling forms on-line.

Thanks for any suggestion
 
Back
Top