Hello. I’m currently working with a join. So heres the line :
$g->select_command = “SELECT * FROM pn_activemenu NATURAL JOIN pn_activemenulang_new”;
How to, with the form, insert into pn_activemenu some info and insert into pn_actumenulang_new others infos
1 Answers
Hello,
To insert in multiple tables, you need to run 2 queries, and this can be done by using on_insert event handler.
https://www.gridphp.com/docs/grid-events/
Above link contains details and related sample code link.
+ Events are supported in full or trial version. Not in free.
For trial: https://www.gridphp.com/download/
For full: https://www.gridphp.com/compare/
Your Answer