Jump to content

inserting user_id in other tables


Lv-Kris

Recommended Posts

I have a need to insert the same user_id from users table into another table upon registering, however in the users table user_id is an auto incrementing number. If i put user_id of table2 auto incrementing there could be some id mixing if many people register at once. Maybe i could somehow link both id's? I was thinking about inserting another register page where if the id is not found, it inserts it...

Any ideas about solving this? Hope You get my idea...

Kris

Link to comment
https://forums.phpfreaks.com/topic/38766-inserting-user_id-in-other-tables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.