How do I correctly add fields from a post form to other tables? I have a post table containing records, it is necessary to specify data in 4 other tables (store1, store2, store3, store4).
I thought I should do it this way:
[email protected]
functi
...