Insert auto_increment to multiple tables

admin

Administrator
Staff member
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).
 
Back
Top