0
MySql relation need help asap
So let's say i have 2 tables in the database, first table is userregistration and 2nd table is userdetails. In table userregistration, the primary key that i use is called id, so let's say i have insert one user and the id of the user is 1,and then i want to insert the details of the said user, how do i make sure the id is also the same as in the userregistration table, can i have an example of code in php, in urgent need of help, thanks in advance
1 Answer
0
://If user matchs current user then add details