Hello,

I have a table with 5 columns; id, name, email, code and ip. id is set to auto_increment.
I have one form that adds rows with just the code column filled and the others left blank. Now, I want another form to update those rows to fill the rest of the columns. I want it to update the next row each time someone submits the form. I know how to use update, but not how to do a unique row each time.
Can anyone help?

Thanks in advance.