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
Post a Comment