Edit: Marked "solved", and open in good (PHPR) section.
Hi,
I read few topics, but not find what I need. A lot of topics about inserting 1 record in one another table, but I don't found for "selected records".
I have 2 tables with same informations
1st: temporary table for Users who enter informations
2nd: Working table where the informations of the temporary table must be insert by an Admin.
What I was thinking of:
On the list page of the temporary table, admin select records (one, many, all...) and these records, (with custom button ?) are insert in the Work table. Exactly as the "view selected records", but for an insert in one another table.
I read some topics with the variable "$selected"... Must I use it ?
Thanks for any idea, example or topics I don't find at this time.