Well, I've been gone for a while trying to get a life.

It was really boring

So I decided to code again

-------------------------------------------------------------------------

I have a multiple page registration process, and on one page the user enters in his: username, password, email ect. And on the next page he enters in his: countryname, type of goverment ect. (It's an RPG)

Now... The data on the first page is stored in a database on one line.

The data on the second page is stored in the SAME line as the data on the first page.

Here's the problem:

I need to know which line the data on the first page is stored so I can store that data on the second page on the same line. All I need to know is the ID or something. I would pass it through a get variable, but then the user could change for which line it would update.

I don't know if you follow...

But thanks