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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -