php - INSERT into FOREIGN KEY related tables -



php - INSERT into FOREIGN KEY related tables -

i have 2 tables. first song library , other playlist..i have songid primary in library , foreign in other table. want while inserting or creating playlist songid first table automatically fetched , stored in othertable. filling title in first table. how or queries if want insert respective foreign key in sec table. , implemented if want apply using array. filling songtiltle array.

id | title __________ 55 | abc 56 | zyx

other table playlist..

idlist | tltle ______________ 1 | 55 2 | 56

php mysql

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -