subject
I now have a problem
data table structure:
2158 /
2159 /
16620 / 2158
16620 / 2159
blog_id / tags
16620 / null
I am now writing that the tags field of C datasheet is empty
I want to associate C"s blog_id associated B Datasheet-> to A Datasheet through php, fetch the value back to C Datasheet and UPDATE tags
is like this: Dumpling, Noodle
blog_id / tags
16620 / ,
how can this be realized? Can you give me some ideas?