Hi Everyone, I want to insert data from a single crud form, some fields value must get inserted into 1 table and some fields value must get inserted to 2nd table.
More Illustration:
I have 1 table: Items
and another : Items_photos
i succeed in inserting into items info into items. from the same form there is 1 field i want to add is "insert photos of items", this entry must be go to another table called "Items_photos".
Same things must be done in case of add.
Summary:
In short, i want to get data from two tables, insert into two tables, update two tables at a time.
Any solution?