tbl_product Name | Creator | UID | Salerank tbl_price Supplier | Price | UID
I want to insert a product, and then insert several prices into a separate table. How can we ensure that both tables have the same UID, ideally an auto-increment field? I will use PHP along with MySQL.
Thanks,
J
user140291
source share