Hi
I have a php script with mysql, which users use to register, in the table the 1st column is a primary key which auto increments every time a new user registers, is it possible to get this to be entered into another table where it will be just normal data, (not a primary key).
I have a php script with mysql, which users use to register, in the table the 1st column is a primary key which auto increments every time a new user registers, is it possible to get this to be entered into another table where it will be just normal data, (not a primary key).